summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-17
| | | | | | It did not achieve the intended effect. Originally committed as revision 17402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-17
| | | | | | Patch by Stephen Warren, swarren nvidia com Originally committed as revision 17401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-17
| | | | Originally committed as revision 17400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Gopher protocol should depend on networking being enabled.Andreas Öman2009-02-17
| | | | | | Ok'd by Måns and DonDiego on IRC. Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
| | | | Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @param[in/out] handlingMichael Niedermayer2009-02-17
| | | | Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-17
| | | | | | | to make sure they are always initialized. Patch by Gwenole Beauchesne g${name} splitted-desktop com Originally committed as revision 17393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
| | | | | | "'inline' is not at beginning of declaration" with -Wextra. Originally committed as revision 17392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
| | | | | | "'static' is not at beginning of declaration" with -Wextra. Originally committed as revision 17391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
| | | | | | a static function Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
| | | | Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman2009-02-16
| | | | | | decode_subframe_fixed(). Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
| | | | Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor clarification of xvmc field description.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improvements in xvmc structure fields descriptions.Ivan Kalvachev2009-02-16
| | | | Originally committed as revision 17383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
| | | | | | document rtsp.h" mailinglist thread. Originally committed as revision 17381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
| | | | | | | | | which isn't installed anyway (so it doesn't work). In the process, also remove public/private API comments from rtsp headers because they are unnecessary. Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() call.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Reindent a few lines after the last commit.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun2009-02-16
| | | | | | statements by merging the CONFIG_MPEG_XVMC_DECODER check into the if condition. Originally committed as revision 17369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ff_rtp_get_payload_type()Luca Abeni2009-02-16
| | | | Originally committed as revision 17365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is notLuca Abeni2009-02-16
| | | | | | a static function Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make BMP decoder try to decode files with incorrect filesize field valueKostya Shishkov2009-02-16
| | | | Originally committed as revision 17363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two asserts by checks and error messages.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make format long_names consistent.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mxf interleaving packet purgeBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2009-02-16
| | | | Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make myself maintainer of the website codeRobert Swain2009-02-16
| | | | Originally committed as revision 17357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give struct members more sensible names:Diego Biurrun2009-02-16
| | | | | | | total_number_of_mv_blocks --> allocated_mv_blocks total_number_of_data_blocks --> allocated_data_blocks Originally committed as revision 17356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: one more wording fixDiego Biurrun2009-02-16
| | | | Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Keep lines below 80 characters where sensibly possible.Diego Biurrun2009-02-16
| | | | Originally committed as revision 17354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen spelling/wording fixesDiego Biurrun2009-02-15
| | | | Originally committed as revision 17353 to svn://svn.ffmpeg.org/ffmpeg/trunk