summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-17
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* add error message for unsupported codecs in WAVE.Justin Ruggles2008-09-14
* Reindent after r15317.Ronald S. Bultje2008-09-14
* Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transportRonald S. Bultje2008-09-14
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-12
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
* Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1:Ronald S. Bultje2008-09-11
* Factorize out common code for opening of the RTP parsing context betweenRonald S. Bultje2008-09-11
* Clarify convergence_duration.Michael Niedermayer2008-09-10
* set bits_per_coded_sample according to new lavc apiBaptiste Coudurier2008-09-09
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-09
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-09
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-09
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-09
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-09
* set block align in av_write_header if not set, fix issue #489Baptiste Coudurier2008-09-08
* write copyright metadata tagBaptiste Coudurier2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* terminate tag tables by CODEC_ID_NONEBaptiste Coudurier2008-09-08
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-07
* Implement RDT-specific data parsing routines. After these changes, simpleRonald S. Bultje2008-09-07
* Reindent after previous patch.Ronald S. Bultje2008-09-07
* Implement a RDT-specific SET_PARAMETER command that subscribes to theRonald S. Bultje2008-09-07
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-07
* Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and exportRonald S. Bultje2008-09-07
* bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211Aurelien Jacobs2008-09-07
* matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs2008-09-06
* matroskadec: remove useless bracesAurelien Jacobs2008-09-06
* matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs2008-09-06
* do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier2008-09-05
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-05
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-04
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-04
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-04
* set block align and frame size for gsm in aiffBaptiste Coudurier2008-09-04
* cosmetics, remove whitespaceBaptiste Coudurier2008-09-04
* actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise2008-09-04
* skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi2008-09-04
* change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier2008-09-03
* forbid mp3 < 16000hz in anything except movBaptiste Coudurier2008-09-03
* dirac muxing support in mp4/movBaptiste Coudurier2008-09-03
* cosmetics, move up mpeg1video mp4 objecttypeBaptiste Coudurier2008-09-03
* cosmetics, change values to hex since mp4ra use hexBaptiste Coudurier2008-09-03
* cosmetics, vertical alignBaptiste Coudurier2008-09-03
* ac3 muxing support in mov/mp4/m4vBaptiste Coudurier2008-09-03
* Change doxygen comment: Clarify when av_write_trailer should be called.Reimar Döffinger2008-09-03
* Add AVPacket.convergence_duration.Michael Niedermayer2008-09-03