aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-125-30/+84
| | | | | | which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-1210-113/+122
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-122-7/+8
| | | | Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add message saying that pgmyuv format is deprecatedBaptiste Coudurier2007-03-121-0/+1
| | | | Originally committed as revision 8336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent after last commitAurelien Jacobs2007-03-111-1/+1
| | | | Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-111-0/+60
| | | | Originally committed as revision 8334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r7181Aurelien Jacobs2007-03-111-1/+1
| | | | | | | This was a stupid mistake. We already take care of time_scale in av_set_pts_info(). Originally committed as revision 8333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-111-5/+12
| | | | Originally committed as revision 8332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-111-13/+24
| | | | | | | This allows to read all the blockgroup parameters before parsing the block itself. Originally committed as revision 8331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindent after last commitAurelien Jacobs2007-03-111-27/+27
| | | | Originally committed as revision 8330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse clusters until some packets are queuedAurelien Jacobs2007-03-111-6/+5
| | | | | | instead of parsing only one cluster Originally committed as revision 8329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-111-1/+0
| | | | Originally committed as revision 8328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-111-3/+3
| | | | Originally committed as revision 8327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Respect the gop size (-g) for marking I frames. Use -g 0 gives the old ↵Benjamin Larsson2007-03-111-0/+13
| | | | | | behaviour. Originally committed as revision 8326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace custom modified discrete cosine transform with ffmpeg's own.Ian Braithwaite2007-03-111-68/+26
| | | | | | | | | | This does alter the decoded output, but not by much. The new output is closer to that produced by Real's "official" decoder, and the decoder runs slightly faster. Patch by Ian Braithwaite ian at braithwaite dot dk Originally committed as revision 8325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the AC-3 parser needs ac3.oJustin Ruggles2007-03-111-1/+1
| | | | Originally committed as revision 8324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-113-29/+107
| | | | Originally committed as revision 8323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly ME border blocksKostya Shishkov2007-03-111-5/+7
| | | | Originally committed as revision 8322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check dimensions to avoid division by zero due to invalid new dimensions.Reimar Döffinger2007-03-111-0/+2
| | | | | | Partially fixes http://bugzilla.mplayerhq.hu/show_bug.cgi?id=773. Originally committed as revision 8321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-111-9/+10
| | | | Originally committed as revision 8320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-111-3/+3
| | | | Originally committed as revision 8319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-115-65/+42
| | | | Originally committed as revision 8318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-101-0/+7
| | | | Originally committed as revision 8317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-101-4/+4
| | | | Originally committed as revision 8316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxygen file header to libnut.cOded Shimon2007-03-101-0/+6
| | | | Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small improvements to the help outputDiego Biurrun2007-03-101-3/+3
| | | | Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use - instead of _ for AMR options in help output.Benoit Fouet2007-03-101-4/+4
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* markup/wording/spelling/formatting improvements for the last commitDiego Biurrun2007-03-101-11/+16
| | | | Originally committed as revision 8312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* @section My bugreport/mail to ffmpeg-dev/user has not received any repliesMichael Niedermayer2007-03-101-0/+13
| | | | Originally committed as revision 8311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg fourccMichael Niedermayer2007-03-101-0/+1
| | | | Originally committed as revision 8310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify, use avctx->frame_number.Benjamin Larsson2007-03-101-5/+1
| | | | Originally committed as revision 8309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-mingw32 --> --target-os=mingw32Víctor Paesa2007-03-091-3/+3
| | | | | | patch by Victor Paesa, wzrlpy arsystel com Originally committed as revision 8308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in Doxygen comments.Panagiotis Issaris2007-03-091-1/+1
| | | | Originally committed as revision 8307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-094-208/+34
| | | | Originally committed as revision 8306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create ac3.c which will be used for AC-3 common code.Justin Ruggles2007-03-091-0/+197
| | | | Originally committed as revision 8305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused code, patch by Limin Wang <lance lmwang at gmail com>Limin Wang2007-03-091-7/+0
| | | | Originally committed as revision 8304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print codec parameters for audio tooAlex Beregszaszi2007-03-091-0/+1
| | | | Originally committed as revision 8303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify AC-3 bit allocationJustin Ruggles2007-03-091-77/+24
| | | | Originally committed as revision 8302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-081-31/+31
| | | | Originally committed as revision 8301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-081-1/+1
| | | | Originally committed as revision 8300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts handlingBaptiste Coudurier2007-03-081-16/+7
| | | | Originally committed as revision 8299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify gain block handling.Ian Braithwaite2007-03-081-100/+52
| | | | | | Patch by Ian Braithwaite <ian at braithwaite dot dk> Originally committed as revision 8298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't output the first two frames, since they don't contain valid audio.Ian Braithwaite2007-03-081-0/+3
| | | | | | | | This also eases comparison of decoded output with Real's binary decoder. Patch by Ian Braithwaite <ian at braithwaite dot dk> Originally committed as revision 8297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix drop frame timecode flagBaptiste Coudurier2007-03-081-1/+1
| | | | Originally committed as revision 8296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-084-5/+8
| | | | Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* As avcodec_decode_audio() is deprecated, replace it with ↵Limin Wang2007-03-081-3/+4
| | | | | | | | avcodec_decode_audio2(). Patch by Limin Wang, lance lmwang % gmail com. Originally committed as revision 8294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-081-0/+3
| | | | Originally committed as revision 8293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts as recommended by Måns Rullgård.Benoit Fouet2007-03-081-8/+8
| | | | | | Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics in amr.c.Benoit Fouet2007-03-081-13/+13
| | | | | | | | | - remove carriage returns where (i find it) unneeded - don't break lines when defining variables - break line between variable definition and the rest of the code Patch by Ben Fouet, benoit fouet % purplelabs com. Originally committed as revision 8291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the initialization on context definition. In amr.c, only theBenoit Fouet2007-03-081-2/+2
| | | | | | | | amr_wb_encode_frame function initialized its context on a different line as it defined it. Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8290 to svn://svn.ffmpeg.org/ffmpeg/trunk