summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-11
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-10
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-10
* Add doxygen file header to libnut.cOded Shimon2007-03-10
* small improvements to the help outputDiego Biurrun2007-03-10
* Use - instead of _ for AMR options in help output.Benoit Fouet2007-03-10
* markup/wording/spelling/formatting improvements for the last commitDiego Biurrun2007-03-10
* @section My bugreport/mail to ffmpeg-dev/user has not received any repliesMichael Niedermayer2007-03-10
* jpeg fourccMichael Niedermayer2007-03-10
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-10
* --enable-mingw32 --> --target-os=mingw32Víctor Paesa2007-03-09
* Fix typo in Doxygen comments.Panagiotis Issaris2007-03-09