summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-3/+3
* cosmetics: vertical alignmentAurelien Jacobs2009-02-261-1/+1
* use new metadata API in rpl demuxerAurelien Jacobs2009-02-261-3/+6
* use new metadata API in wc3 demuxerAurelien Jacobs2009-02-261-1/+4
* Mark as "internal but installed" the avio.h file.Stefano Sabatini2009-02-262-1/+4
* Add a @file notice to avio.h.Stefano Sabatini2009-02-261-1/+5
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-265-147/+192
* rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs2009-02-263-3/+3
* fix a memleak in av_metadata_set()Aurelien Jacobs2009-02-261-1/+3
* Implement marker bit, which is used for several RTP payloads currentlyRonald S. Bultje2009-02-262-0/+3
* Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothingRonald S. Bultje2009-02-262-3/+4
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-261-30/+172
* movenc: add muxing of language along with metadata tags when availableAurelien Jacobs2009-02-261-8/+20
* return -1 for errors in ff_mov_iso639_to_lang() to allow for error checkingAurelien Jacobs2009-02-262-3/+5
* cosmetics: indentationAurelien Jacobs2009-02-261-8/+7
* use new metadata API in mov muxerAurelien Jacobs2009-02-261-57/+61
* don't trigger metadata compatibility code when user app already set metadataAurelien Jacobs2009-02-261-0/+3
* dv probeBaptiste Coudurier2009-02-261-1/+19
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-264-27/+42
* cosmetics: add a comment in flac_write_header().Justin Ruggles2009-02-261-0/+1
* Add support for full header extradata to raw FLAC muxer.Justin Ruggles2009-02-261-2/+4
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-263-19/+33
* Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.Justin Ruggles2009-02-263-49/+75
* spelling/wording/grammar cosmeticsDiego Biurrun2009-02-251-55/+54
* untypoMichael Niedermayer2009-02-251-1/+1
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-251-1/+1
* simplify, use codec->block_alignBaptiste Coudurier2009-02-251-2/+1
* set channel number even for inactive channelsBaptiste Coudurier2009-02-251-1/+1
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-251-3/+3
* AVInputFormat.reed_seek2()Michael Niedermayer2009-02-251-0/+11
* Add timestamp computation if values are exported by decoder.Ivan Schreter2009-02-242-2/+33
* Change duration computation to use time_base instead of TB/2.Ivan Schreter2009-02-241-4/+1
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-245-4/+6
* Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the sameMichael Niedermayer2009-02-241-1/+3
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-231-3/+3
* Allow av_find_stream_info() to be aborted.Michael Niedermayer2009-02-231-0/+5
* consistent naming of Chinese AVS raw demuxerStefan Gehrer2009-02-221-1/+1
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-221-1/+13
* check av_get_packet return valueBaptiste Coudurier2009-02-221-2/+4
* return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable w...Baptiste Coudurier2009-02-221-34/+42
* parse aac extradata to fetch channels and sample rate, patch from NetgemBaptiste Coudurier2009-02-211-0/+14
* Waste less space for printing timebases.Michael Niedermayer2009-02-211-3/+10
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-212-12/+12
* Print all timebases (idea from netgem)Michael Niedermayer2009-02-211-3/+3
* Check for alloc failures.Michael Niedermayer2009-02-211-4/+9
* Check for EOF during index reading.Michael Niedermayer2009-02-211-0/+10
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-211-0/+2
* Handle chunks with the MSB in size set correctly that is unsigned.Michael Niedermayer2009-02-211-3/+4
* Be less noisy with invalid pts/dts.Michael Niedermayer2009-02-211-1/+1
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-212-2/+12
OpenPOWER on IntegriCloud