summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avoid possibly uninitialized return valueIvo van Poorten2009-04-23
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-22
* It should be #if, not #ifdefAndreas Öman2009-04-22
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-22
* Add raw MLP muxer.Ramiro Polla2009-04-21
* Fix crash when receiving from SDPLuca Abeni2009-04-20
* Add zygo fourcc.Michael Niedermayer2009-04-19
* Mark gsize variable as av_unused, fixes the warning:Diego Biurrun2009-04-19
* Revert previous removal of gsize variable. It breaks seeking.Diego Biurrun2009-04-19
* Remove unused variable gsize, fixes the warning:Diego Biurrun2009-04-18
* Cosmetics : reindent after last commit and remove redundant comment.Jai Menon2009-04-18
* Add speex tag to nsv_codec_audio_tags.Jai Menon2009-04-18
* Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon2009-04-18
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Remove useless init from aiff_read_header() found by CSA.Michael Niedermayer2009-04-17
* Remove 2 ++ from check_pes() that are useless, found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable from flv_read_metabody() found by CSA.Michael Niedermayer2009-04-17
* Remove nonsensical assignment from asf_read_seek() found by CSA.Michael Niedermayer2009-04-17
* Move declarations in sync() closer to where they are used.Michael Niedermayer2009-04-17
* Remove unused variable from asf_read_header() found by CSA.Michael Niedermayer2009-04-17
* Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,Ronald S. Bultje2009-04-17
* Moving variable declarations in asf_build_simple_index() to clarify&prettify ...Michael Niedermayer2009-04-17
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-16
* Remove unused code from Westwood VQA/AUD demuxer.Reimar Döffinger2009-04-16
* Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglistRonald S. Bultje2009-04-16
* Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer2009-04-15