summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-09
* Create ac3.c which will be used for AC-3 common code.Justin Ruggles2007-03-09
* remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-09
* print codec parameters for audio tooAlex Beregszaszi2007-03-09
* simplify AC-3 bit allocationJustin Ruggles2007-03-09
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-08
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-08
* fix pts handlingBaptiste Coudurier2007-03-08
* Simplify gain block handling.Ian Braithwaite2007-03-08
* Don't output the first two frames, since they don't contain valid audio.Ian Braithwaite2007-03-08
* fix drop frame timecode flagBaptiste Coudurier2007-03-08
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio...Limin Wang2007-03-08