summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini2010-03-31
* Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini2010-03-31
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-31
* Fix a few typos/grammar nits from r22739.Jai Menon2010-03-31
* Fix likely typo in r15937.Carl Eugen Hoyos2010-03-31
* Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer2010-03-31
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Probe aac codecs for CODEC_ID_PROBE.Joakim Plate2010-03-31
* Remove superfluous space from a conversion table.Anton Khirnov2010-03-31
* H264: Copy h264dsp when creating new slice threadsAlexander Strange2010-03-31
* Better documentation of -vsyncMichael Niedermayer2010-03-31
* Issue a more general message when the function which sets an optionStefano Sabatini2010-03-30
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-30
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Fix implicit weight for b frames in mbaff.Michael Niedermayer2010-03-30
* Make sure the EC code does not attempt to use inter based concealment if thereMichael Niedermayer2010-03-30
* Split out code that auto-chooses a default pix_fmt/sample_fmt in their ownRonald S. Bultje2010-03-30
* configure: restore -mdynamic-no-pic on darwin (missing since r20497)Alexander Strange2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Set VDPAU H264 picture parameter field_order_cnt and frame_num at theStephen Warren2010-03-30
* Fix VDPAU for H.264 streams with long reference frames.Stephen Warren2010-03-30
* Add missing entry for the YOP demuxer and video decoder addition.Stefano Sabatini2010-03-29
* Document url_exist().Stefano Sabatini2010-03-29
* Implement YOP demuxer and video decoder.Mohamed Naufal2010-03-29
* Include appropriate header in table generators instead of using a dummyReimar Döffinger2010-03-29
* Add some documentation about the table generation code.Reimar Döffinger2010-03-29
* Fix indentation.Reimar Döffinger2010-03-29
* Some spelling fixes.Reimar Döffinger2010-03-29
* Simplify interleaving code.Ronald S. Bultje2010-03-29
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-29
* Cosmetics : add a space after ",".Jai Menon2010-03-29
* indentLoren Merritt2010-03-29
* optimize init_vlc().Loren Merritt2010-03-29
* Update x264 presets in line with latest x264 changes.Lou Logan2010-03-29
* Clarify (Open)Solaris section of the documentation.Michael Kostylev2010-03-28
* Add myself as co-maintainer of tta.cJai Menon2010-03-28
* TTA : Check if the output buffer size is within bounds.Jai Menon2010-03-28
* Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols viaHoward Chu2010-03-28
* Document url_seek().Stefano Sabatini2010-03-28
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-28
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Initialize ssrc and base_timestamp using ff_random_get_seed()Martin Storsjö2010-03-28
* correct first pts for ogg skeletonAurelien Jacobs2010-03-28
* Document the behavior of av_metadata_get() if the prev parameter isStefano Sabatini2010-03-27
* Use more appropriate return values in txd demuxer.Reimar Döffinger2010-03-27
* eacdata: fix a memleak, return partial packets and use proper return values.Reimar Döffinger2010-03-27
* misc wording and grammar fixesDiego Biurrun2010-03-27
* Clearer CODEC_CAP_DR1 documentation.Reimar Döffinger2010-03-27