9098 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)
 

Author SHA1 Message Date
Limin Wang bde0705c8c cosmetics: Fix indentation, patch by Limin Wang, lance.lmwang gmail com. 18 years ago
Panagiotis Issaris 750f0e1f8b Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() 18 years ago
Michel Bardiaux 318c5e0524 Give context to dprintf 18 years ago
Baptiste Coudurier ea486ab3be remove codec_info_duration/nb_frames from AVStream 18 years ago
Baptiste Coudurier 17ceb4f9d1 add message saying that pgmyuv format is deprecated 18 years ago
Aurelien Jacobs ded669f836 cosmetic: indent after last commit 18 years ago
Aurelien Jacobs ac9073c926 reorder pts of packets from tracks using V_MPEG* codecs 18 years ago
Aurelien Jacobs 3d20538d07 revert r7181 18 years ago
Aurelien Jacobs 6bed20f45a check if current block contains a B frame and gives this info to parse_block() 18 years ago
Aurelien Jacobs 4d41f3eea0 extract ebml_read_binary() out of matroska_parse_block() 18 years ago
Aurelien Jacobs 12f3278dc5 reindent after last commit 18 years ago
Aurelien Jacobs 0fb7a2b9bf parse clusters until some packets are queued 18 years ago
Aurelien Jacobs 0f3bd8ce1b fix a stupid bug in ebml_read_sint() 18 years ago
Aurelien Jacobs 912c94f3ff use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() 18 years ago
Benjamin Larsson 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 years ago
Ian Braithwaite e7485bf378 Replace custom modified discrete cosine transform with ffmpeg's own. 18 years ago
Justin Ruggles 43a0791b66 the AC-3 parser needs ac3.o 18 years ago
Justin Ruggles 2476139973 move AC-3 header parsing to ac3.c 18 years ago
Kostya Shishkov c81ab015f8 Correctly ME border blocks 18 years ago
Reimar Döffinger 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 years ago
Michael Niedermayer 09d9672ad6 fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea 18 years ago
Michael Niedermayer e1315fb160 some url_is_streamed()==1 related fixes 18 years ago
Justin Ruggles 050aa8b9bc remove redundancy in AC-3 parser by using common tables from ac3tab.h 18 years ago
Michael Niedermayer 755c18ae5d fix demuxing of broken MVI_3011.avi 18 years ago
Oded Shimon 1017fafb20 remove usage of deprecated functions in libnut.c (codec_get_id/tag) 18 years ago
Oded Shimon 0020596f92 Add doxygen file header to libnut.c 18 years ago
Diego Biurrun 7350151b17 small improvements to the help output 18 years ago
Benoit Fouet 1fc113c405 Use - instead of _ for AMR options in help output. 18 years ago
Diego Biurrun 626fe95573 markup/wording/spelling/formatting improvements for the last commit 18 years ago
Michael Niedermayer 92574878de @section My bugreport/mail to ffmpeg-dev/user has not received any replies 18 years ago
Michael Niedermayer 140fba0985 jpeg fourcc 18 years ago
Benjamin Larsson 64472fcff1 Simplify, use avctx->frame_number. 18 years ago
Víctor Paesa 6b74787b89 --enable-mingw32 --> --target-os=mingw32 18 years ago
Panagiotis Issaris 0d8f16acf9 Fix typo in Doxygen comments. 18 years ago
Justin Ruggles 4258a0a32a Remove common code from AC-3 encoder and utilize ac3.c. 18 years ago
Justin Ruggles 96ae7f11e7 Create ac3.c which will be used for AC-3 common code. 18 years ago
Limin Wang 348d46f2cb remove unused code, patch by Limin Wang <lance lmwang at gmail com> 18 years ago
Alex Beregszaszi acdc852017 print codec parameters for audio too 18 years ago
Justin Ruggles abfe5a4a75 simplify AC-3 bit allocation 18 years ago
Justin Ruggles 3a8bf52983 cosmetics. remove space before semi-colon. 18 years ago
Baptiste Coudurier dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
Baptiste Coudurier b912ef3fc9 fix pts handling 18 years ago
Ian Braithwaite d0429b4ff5 Simplify gain block handling. 18 years ago
Ian Braithwaite 4ff5e6563e Don't output the first two frames, since they don't contain valid audio. 18 years ago
Baptiste Coudurier 39076e27de fix drop frame timecode flag 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Limin Wang 07cbff39a7 As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio2(). 18 years ago
Michael Niedermayer 2ed76c08c3 bitrate sanity check (fixes assertion failure) 18 years ago
Benoit Fouet c4f452fd03 Remove useless casts as recommended by Måns Rullgård. 18 years ago
Benoit Fouet be6753c07f Cosmetics in amr.c. 18 years ago