| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -266/+261 |
* | lavc: add support for codec-specific defaults. | Anton Khirnov | 2011-07-10 | 1 | -0/+7 |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -5/+22 |
* | ac3dec: add a drc_scale private option | Anton Khirnov | 2011-07-10 | 1 | -1/+4 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -0/+39 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include rational.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | suggest to use av_get_bytes_per_sample() in av_get_bits_per_sample_format() doxy | Stefano Sabatini | 2011-07-02 | 1 | -1/+1 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -2/+2 |
* | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -1/+1 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -3/+3 |
* | Use av_printf_format to check the usage of printf style functions | Martin Storsjö | 2011-06-23 | 1 | -1/+1 |
* | avcodec.h: add or elaborate on some documentation comments. | Wim Lewis | 2011-06-13 | 1 | -5/+31 |
* | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -0/+8 |
* | Add request_sample_fmt field to AVCodecContext. | Justin Ruggles | 2011-05-18 | 1 | -0/+7 |
* | Port SMPTE S302M audio decoder from FFmbc 0.3. | Baptiste Coudurier | 2011-05-11 | 1 | -0/+1 |
* | lavc: move some flac-specific options to its private context. | Anton Khirnov | 2011-05-10 | 1 | -10/+25 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -9/+15 |
* | lavc: remove FF_API_MB_Q cruft | Anton Khirnov | 2011-04-26 | 1 | -16/+0 |
* | lavc: remove FF_API_RATE_EMU cruft | Anton Khirnov | 2011-04-26 | 1 | -10/+0 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -10/+0 |
* | Replace more FFmpeg instances by Libav or ffmpeg. | Diego Biurrun | 2011-04-23 | 1 | -3/+3 |
* | Make av_log_ask_for_sample() accept a variable number of arguments. | Diego Biurrun | 2011-04-22 | 1 | -1/+1 |
* | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -0/+4 |
* | lavc: provide deprecated avcodec_thread_init until next major version | Anton Khirnov | 2011-04-21 | 1 | -0/+8 |
* | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -112/+2 |
* | lavc: remove the FF_API_INOFFICIAL cruft. | Anton Khirnov | 2011-04-19 | 1 | -3/+0 |
* | lavc: remove the FF_API_USE_LPC cruft. | Anton Khirnov | 2011-04-19 | 1 | -10/+0 |
* | lavc: remove the FF_API_SUBTITLE_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -9/+0 |
* | lavc: remove the FF_API_VIDEO_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -19/+0 |
* | lavc: remove the FF_API_AUDIO_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -27/+0 |
* | lavc: remove the FF_API_MM_FLAGS cruft. | Anton Khirnov | 2011-04-19 | 1 | -19/+0 |
* | introduce side information for AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -0/+37 |
* | libavcodec: Mark AVCodec->priv_class const | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | lavc: add a FF_API_REQUEST_CHANNELS deprecation macro | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | lavc: deprecate AVCodecContext.antialias_algo | Anton Khirnov | 2011-04-03 | 1 | -1/+4 |
* | lavc: mark mb_qmin/mb_qmax for removal on next major bump. | Anton Khirnov | 2011-04-03 | 1 | -2/+4 |
* | lavc: deprecate rate_emu | Anton Khirnov | 2011-04-02 | 1 | -1/+3 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+3 |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 1 | -0/+1 |
* | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 1 | -0/+20 |
* | lavc: move the version macros to a new installed header. | Anton Khirnov | 2011-03-22 | 1 | -51/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -7/+7 |
* | Bitmap Brothers JV video decoder | Peter Ross | 2011-03-14 | 1 | -2/+3 |
* | VC1: Export profile/level | Hendrik Leppkes | 2011-03-12 | 1 | -0/+5 |
* | Export profiles from the mpeg2 video decoder | Benjamin Larsson | 2011-03-10 | 1 | -0/+8 |
* | Bink version 'b' audio decoder | Peter Ross | 2011-02-25 | 1 | -1/+1 |
* | Document audio_resample_close(). | Stefano Sabatini | 2011-02-16 | 1 | -0/+7 |