Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-08-15parse pict_type for streams in aviMichael Niedermayer
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-05-01switch to native time basesMichael Niedermayer
2005-03-25segfault fixMichael Niedermayer
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-03-16reverse zero packet dissapearence "feature"Michael Niedermayer
2005-03-16cleanup strh parserMichael Niedermayer
2005-03-15non interleaved avi supportMichael Niedermayer
2005-03-13use libavformats index system instead of the half duplicated mess in avidec.cMichael Niedermayer
2005-02-08audio duration fix?Michael Niedermayer
2005-02-04overflowsMichael Niedermayer
2005-01-22support discarding of uninterresting packetsMichael Niedermayer
2005-01-221/0 fixMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-12-19broken avi / div by zero fixMichael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-11-12When playingKostya Shishkov
2004-10-19fixing demuxing of vc2_intro.aviMichael Niedermayer
2004-10-13 * static allocation for audio packets. This will make it a little bitRoman Shaposhnik
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
2004-09-28pads streamMichael Niedermayer
2004-09-19 * fix for a DV regression introduced with the last round of avi_read_packetRoman Shaposhnik
2004-09-16added support for the elusive AVI palette change chunk, courtesy ofMike Melanson
2004-09-15various fixes for the main chunk demux loopMichael Niedermayer
2004-08-05 * simplifying OpenDML AVI handling.Roman Shaposhnik
2004-07-14play more broken filesMichael Niedermayer
2004-05-3010lMichael Niedermayer
2004-05-30skip subtitle streams instead of perishingMichael Niedermayer
2004-05-29exporting keyframe flags, fixes keyframe stuff with streamcopyMichael Niedermayer
2004-05-24100l (avi seeking)Michael Niedermayer
2004-05-24100l (AVStream.duration)Michael Niedermayer
2004-05-23store index for seeking in the native timebase of each streamMichael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-05-07vbr audio fixMichael Niedermayer
2004-01-11audio pts fixMichael Niedermayer
2004-01-11fixing some seek failure issuesMichael Niedermayer
2004-01-0410lMichael Niedermayer
2004-01-03forgot ...Michael Niedermayer
2003-11-10initial seek supportFabrice Bellard
2003-11-04 * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik
2003-11-03Make avi and asf demuxer export palette in palctrlRoberto Togni
2003-11-01 * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik
2003-09-29 * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik
2003-09-08hacks to support Xan AVI filesMike Melanson
2003-08-08update duration and start_time - add av_new_stream() usageFabrice Bellard