summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-26
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-26
* cosmetics: indentationAurelien Jacobs2009-02-26
* use new metadata API in mov muxerAurelien Jacobs2009-02-26
* don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs2009-02-26
* dv probeBaptiste Coudurier2009-02-26
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-26
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-26
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-26
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-25
* untypoMichael Niedermayer2009-02-25
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-25
* simplify, use codec->block_alignBaptiste Coudurier2009-02-25
* set channel number even for inactive channelsBaptiste Coudurier2009-02-25
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-25
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-25
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-24
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-24
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-02-24
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-23
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-23
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-22
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
* check av_get_packet return valueBaptiste Coudurier2009-02-22
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-22
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-21
* Waste less space for printing timebases.Michael Niedermayer2009-02-21
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-21
* Check for alloc failures.Michael Niedermayer2009-02-21
* Check for EOF during index reading.Michael Niedermayer2009-02-21
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-21
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-21
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* add raw demuxer for Chinese AVS elementary streamsStefan Gehrer2009-02-21
* Add convergence_duration to AVCodecParserContext.Ivan Schreter2009-02-19
* Re-indent after last commitAlex Converse2009-02-19
* AAC in ASF does not need parsing.Alex Converse2009-02-19
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
* FLV demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* AVI demuxer: return AVERROR_EOF upon detection of end of file.Peter Ross2009-02-19
* fix missing dependenciesAurelien Jacobs2009-02-19
* Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter2009-02-18