summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* fail if stream fifo could not be allocatedBaptiste Coudurier2009-05-221-0/+2
* Set speex frame_size in ogg demuxerDavid Conrad2009-05-221-0/+1
* check av_fifo_alloc returnBaptiste Coudurier2009-05-211-0/+2
* correctly check for audio streams in mpeg ps muxer, fix multiple audio tracksBaptiste Coudurier2009-05-211-5/+5
* Add QCP demuxer.Kenan Gillet2009-05-204-1/+200
* Fix the M bit for multi-packet NALs.Yao Peter2009-05-161-1/+1
* oma: fix build if memcmp() is a macroMåns Rullgård2009-05-161-2/+2
* move increment after debug printBaptiste Coudurier2009-05-161-1/+1
* write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier2009-05-151-10/+44
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-151-3/+4
* reindentBaptiste Coudurier2009-05-151-24/+24
* remove unneeded length checksBaptiste Coudurier2009-05-151-5/+1
* use flags field and remove key_frame fieldBaptiste Coudurier2009-05-141-5/+7
* change cts type to int, save some spaceBaptiste Coudurier2009-05-141-1/+1
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-2/+2
* Add PCE support to the ADTS muxer.Alex Converse2009-05-131-5/+16
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-132-4/+45
* align and update doxygenBaptiste Coudurier2009-05-131-12/+12
* remove commentBaptiste Coudurier2009-05-131-1/+1
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-132-6/+32
* factorize av_set_pts_infoBaptiste Coudurier2009-05-131-3/+2
* cosmetics, alignmentBaptiste Coudurier2009-05-131-1/+1
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-121-1/+1
* v210 mov fourccBaptiste Coudurier2009-05-121-0/+2
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-121-0/+1
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-124-2/+40
* Use chroma_sample_location in reading/writing yuv4mpegDavid Conrad2009-05-111-5/+12
* move free data in the video caseBaptiste Coudurier2009-05-111-2/+1
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-111-25/+11
* rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier2009-05-101-0/+4
* bgra in .mov muxingBaptiste Coudurier2009-05-101-0/+1
* correct pixfmt for argbBaptiste Coudurier2009-05-101-1/+1
* rgba in .mov muxingBaptiste Coudurier2009-05-101-0/+1
* Remove unused code found by CSABenjamin Larsson2009-05-101-1/+0
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-101-0/+8
* remove useless max_payload_size variableBaptiste Coudurier2009-05-101-5/+4
* do not write dts if pts is not setBaptiste Coudurier2009-05-101-2/+2
* fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier2009-05-101-5/+5
* Warning fix: Make ogg_stream.codec constDaniel Verkamp2009-05-061-1/+1
* Add 8088flex TMV file demuxer.Daniel Verkamp2009-05-063-0/+158
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-061-5/+0
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-051-0/+1
* more dvcprohd .mov fourcc, see #1034Baptiste Coudurier2009-05-051-0/+3
* Remove dead assignments found by CSABenjamin Larsson2009-05-031-2/+0
* Convert names to the FFmpeg style.Stefano Sabatini2009-04-282-18/+18
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-272-0/+803
* avoid possibly uninitialized return valueIvo van Poorten2009-04-231-1/+1
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-221-14/+40
* It should be #if, not #ifdefAndreas Öman2009-04-221-1/+1
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-221-1/+2
OpenPOWER on IntegriCloud