summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala2009-05-23
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-23
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-23
* remove useless includeBaptiste Coudurier2009-05-23
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-22
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-22
* check av_fifo_alloc returnBaptiste Coudurier2009-05-21
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-21
* Add QCP demuxer.Kenan Gillet2009-05-20
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-16
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-16
* move increment after debug printBaptiste Coudurier2009-05-16
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-15
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
* reindentBaptiste Coudurier2009-05-15
* remove unneeded length checksBaptiste Coudurier2009-05-15
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-14
* change cts type to int, save some spaceBaptiste Coudurier2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Add PCE support to the ADTS muxer.Alex Converse2009-05-13
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
* align and update doxygenBaptiste Coudurier2009-05-13
* remove commentBaptiste Coudurier2009-05-13
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
* factorize av_set_pts_infoBaptiste Coudurier2009-05-13
* cosmetics, alignmentBaptiste Coudurier2009-05-13
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
* v210 mov fourccBaptiste Coudurier2009-05-12
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-12
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-11
* move free data in the video caseBaptiste Coudurier2009-05-11
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-11
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-10
* bgra in .mov muxingBaptiste Coudurier2009-05-10
* correct pixfmt for argbBaptiste Coudurier2009-05-10
* rgba in .mov muxingBaptiste Coudurier2009-05-10
* Remove unused code found by CSABenjamin Larsson2009-05-10
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-10
* remove useless max_payload_size variableBaptiste Coudurier2009-05-10
* do not write dts if pts is not setBaptiste Coudurier2009-05-10
* fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier2009-05-10
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-06
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-06
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-05
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-05
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-28
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-27