summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
| | | | Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
| | | | | | start at the first byte. Originally committed as revision 17519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_get_packet return valueBaptiste Coudurier2009-02-22
| | | | Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable ↵Baptiste Coudurier2009-02-22
| | | | | | when reallocing, based on patch by Netgem Originally committed as revision 17509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
| | | | Originally committed as revision 17506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Waste less space for printing timebases.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
| | | | | | | structure is meant to represent. See "[PATCH] rtsp.[ch]: RTSPHeader -> RTSPServerResponse" and "[PATCH] document rtsp.h" threads on ML. Originally committed as revision 17504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for alloc failures.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for EOF during index reading.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
| | | | | | | | document this new use. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
| | | | Originally committed as revision 17482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix raw rgb/bgr vertical flip in avi based on info from ↵Michael Niedermayer2009-02-21
| | | | | | | | http://www.fourcc.org/fccbihgt.php. partially fixes issue862. Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
| | | | Originally committed as revision 17474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
| | | | Originally committed as revision 17473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Re-indent after last commitAlex Converse2009-02-19
| | | | Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC in ASF does not need parsing.Alex Converse2009-02-19
| | | | Originally committed as revision 17466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
| | | | Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
| | | | Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix missing dependenciesAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18
| | | | | | | | Initialized to -1 in parser.c for backward compatibility. Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder2009-02-18
| | | | | | | documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)` Originally committed as revision 17430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix partition index byte countBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix preface versionBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fifo size and realloc if neededBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start counting track number from 0Baptiste Coudurier2009-02-18
| | | | Originally committed as revision 17419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify descriptor size computation logicBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-18
| | | | Originally committed as revision 17407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18
| | | | Originally committed as revision 17406 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
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
| | | | Originally committed as revision 17394 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
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
| | | | Originally committed as revision 17385 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