summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
| | | | Originally committed as revision 17601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
| | | | Originally committed as revision 17589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untypoMichael Niedermayer2009-02-25
| | | | Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use codec->block_alignBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channel number even for inactive channelsBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-25
| | | | Originally committed as revision 17579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
| | | | | | Patch by Ivan Schreter, schreter gmx net Originally committed as revision 17570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
| | | | Originally committed as revision 17554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-02-24
| | | | | | reason as mpeg2. (telecine amongth others) Originally committed as revision 17551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-23
| | | | Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-23
| | | | | | Based on a patch by netgem. Originally committed as revision 17538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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