summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove no more needed parametersAurelien Jacobs2007-03-13
* zero byte idea by richMichael Niedermayer2007-03-13
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-13
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-13
* calculate pts for laced packetsAurelien Jacobs2007-03-13
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-13
* scale duration and default_durationAurelien Jacobs2007-03-13
* cosmetic cleanupMichael Niedermayer2007-03-12
* cosmetic cleanupMichael Niedermayer2007-03-12
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-12
* move timecode calculation out of laces loopAurelien Jacobs2007-03-12
* very slightly smaller object fileMichael Niedermayer2007-03-12
* make count count bytes not bits (this is simpler and leads to a very slightly...Michael Niedermayer2007-03-12
* remove bigger and slower codeMichael Niedermayer2007-03-12
* dont recommand testing with -O3Michael Niedermayer2007-03-12
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-12
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-12
* explain how to test itMichael Niedermayer2007-03-12
* simple SHA-1 implementationMichael Niedermayer2007-03-12
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-12
* Explain a few more options that were recently added.Limin Wang2007-03-12
* Remove superfluous HAVE_THREADS #ifdef.Ramiro Polla2007-03-12
* libswscale header files are put in a subdirectory named ffmpeg, not swscale.Diego Biurrun2007-03-12
* Remove -ab 64k from ffmpeg options, this is now default.Benoit Fouet2007-03-12
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
* Recommend building qt-faststart using make instead of a manual cc invocation.Diego Biurrun2007-03-12
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-12
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
* Remove superfluous header include.Diego Biurrun2007-03-12
* cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com.Limin Wang2007-03-12
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* Give context to dprintfMichel Bardiaux2007-03-12
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-12
* cosmetic: indent after last commitAurelien Jacobs2007-03-11
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-11
* revert r7181Aurelien Jacobs2007-03-11
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-11
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-11
* reindent after last commitAurelien Jacobs2007-03-11
* parse clusters until some packets are queuedAurelien Jacobs2007-03-11
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-11
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-11
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behavi...Benjamin Larsson2007-03-11
* Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite2007-03-11
* the AC-3 parser needs ac3.oJustin Ruggles2007-03-11
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-11
* Correctly ME border blocksKostya Shishkov2007-03-11
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-11
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-11