summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* av_builtin_constant_p()Michael Niedermayer2010-04-02
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-01
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
* Reindent after r22766.Josh Allmann2010-04-01
* Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann2010-04-01
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-01
* Add -t option to ffplay.Robert Krüger2010-04-01
* Store range coder state transition table.Michael Niedermayer2010-04-01
* Allow hardcoding of ulaw and alaw tables.Reimar Döffinger2010-04-01
* Change/simplify the tableprint/tablegen API.Reimar Döffinger2010-04-01
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-01
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-01
* Limit probing to probesize.Michael Niedermayer2010-04-01
* Fix flvdec start-of-frame.Howard Chu2010-04-01
* Cosmetics: indentationBobby Bingham2010-04-01
* Don't create unnecessary refereces to picturesBobby Bingham2010-04-01
* Hook decoder up to libavfilter's direct rendering for ffplayBobby Bingham2010-04-01
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-31
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* 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