aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier2007-03-251-0/+1
* prefer MP3 idBaptiste Coudurier2007-03-251-2/+2
* use MKTAGBaptiste Coudurier2007-03-251-1/+1
* dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier2007-03-251-1/+1
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-251-0/+1
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-244-4/+4
* sortBaptiste Coudurier2007-03-241-1/+1
* add some codec object type idsBaptiste Coudurier2007-03-241-0/+3
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-241-1/+1
* add specifications reference commentsBaptiste Coudurier2007-03-241-5/+5
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-233-45/+8
* The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad2007-03-211-1/+3
* av_estimate_timings_from_pts() flushes the packet queue but doesn'tWolfram Gloger2007-03-211-17/+4
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-211-5/+6
* cosmeticsBaptiste Coudurier2007-03-211-5/+5
* set audio frame size based on sttsBaptiste Coudurier2007-03-211-0/+4
* treat frame_size > 1 as compressed audioBaptiste Coudurier2007-03-211-11/+5
* revert r8428, the check was not that uselessMichael Niedermayer2007-03-201-1/+1
* i think this is more correctMichael Niedermayer2007-03-201-1/+1
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-2/+3
* fix end-of-file detectionClemens Ladisch2007-03-181-3/+2
* add dnxhd fourccBaptiste Coudurier2007-03-181-0/+2
* improve ac3_probe by counting consecutive framesJustin Ruggles2007-03-181-8/+24
* Remove parameter unused in format string.Diego Pettenò2007-03-181-1/+1
* remove incorrect special case for audioMichael Niedermayer2007-03-171-9/+0
* fix indentionMichael Niedermayer2007-03-171-42/+42
* reorder pts into dts supportMichael Niedermayer2007-03-171-2/+17
* remove useless if()Michael Niedermayer2007-03-171-1/+1
* simplifyMichael Niedermayer2007-03-171-12/+7
* simplifyMichael Niedermayer2007-03-171-14/+6
* remove silly video check, theres nothing video specific in thereMichael Niedermayer2007-03-161-2/+0
* add a delay variable to hold the timestamp buffer sizeMichael Niedermayer2007-03-161-4/+4
* remove special case for h.264 whatever this was supposed to do its not correctMichael Niedermayer2007-03-161-2/+1
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-151-8/+1
* Targa (.tga) encoder,Bobby Bingham2007-03-151-0/+1
* DXA demuxer and decoderKostya Shishkov2007-03-145-2/+219
* remove outdated commentAurelien Jacobs2007-03-131-1/+0
* remove no more needed parametersAurelien Jacobs2007-03-131-9/+3
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-131-8/+1
* calculate pts for laced packetsAurelien Jacobs2007-03-131-4/+9
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-131-0/+1
* scale duration and default_durationAurelien Jacobs2007-03-131-6/+7
* move timecode calculation out of laces loopAurelien Jacobs2007-03-121-5/+7
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-121-1/+0
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-121-0/+1
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-123-28/+82
* Give context to dprintfMichel Bardiaux2007-03-122-35/+35
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-122-7/+8
* cosmetic: indent after last commitAurelien Jacobs2007-03-111-1/+1
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-111-0/+60