| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Compact the side-data passthrough | Luca Barbato | 2014-11-09 | 1 | -29/+21 |
* | hwaccel: Deinitialize hardware acceleration early enough | Rémi Denis-Courmont | 2014-11-04 | 1 | -5/+5 |
* | dump: display codec tags when available | Vittorio Giovara | 2014-10-17 | 1 | -0/+13 |
* | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -0/+10 |
* | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -0/+9 |
* | dump: print the original coded dimensions when available | Vittorio Giovara | 2014-10-08 | 1 | -0/+6 |
* | dump: print detailed color space information | Vittorio Giovara | 2014-10-08 | 1 | -0/+17 |
* | dump: split audio and video probing on multiple lines | Vittorio Giovara | 2014-10-08 | 1 | -7/+12 |
* | avcodec: make sure color_range is properly initialized | Vittorio Giovara | 2014-10-08 | 1 | -0/+5 |
* | ff_get_format: fix infinite loop | Rémi Denis-Courmont | 2014-10-06 | 1 | -1/+1 |
* | lavc: specify the behavior of av_lockmgr_register on failure. | Manfred Georg | 2014-10-06 | 1 | -12/+24 |
* | hwaccel: Call ->get_format again if hwaccel init fails | Rémi Denis-Courmont | 2014-09-26 | 1 | -31/+67 |
* | avcodec: add stream-level stereo3d side data | Vittorio Giovara | 2014-08-28 | 1 | -0/+9 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | lavc: drop the av_fast_{re,m}alloc compatibility wrappers | Anton Khirnov | 2014-08-10 | 1 | -12/+0 |
* | Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. | Anton Khirnov | 2014-08-09 | 1 | -2/+0 |
* | avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const | Diego Biurrun | 2014-07-26 | 1 | -1/+1 |
* | build: Add define for SIMD extensions requiring 16-byte aligned buffers | Diego Biurrun | 2014-07-22 | 1 | -1/+1 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -3/+3 |
* | dsputil: Move draw_edges() to mpegvideoencdsp | Diego Biurrun | 2014-07-06 | 1 | -0/+1 |
* | lavc: do not allocate edges in the default get_buffer2() | Anton Khirnov | 2014-06-26 | 1 | -21/+1 |
* | Add av_image_check_sar() and use it to validate SAR | Justin Ruggles | 2014-06-20 | 1 | -0/+33 |
* | libavcodec: set AVFrame colorspace fields on decoding | wm4 | 2014-06-01 | 1 | -0/+7 |
* | Add transformation matrix API. | Vittorio Giovara | 2014-05-19 | 1 | -0/+9 |
* | lavc: remove the locking code in avcodec_close() | Anton Khirnov | 2014-05-18 | 1 | -18/+0 |
* | lavc: Add hwaccel private data and init/uninit callbacks | Anton Khirnov | 2014-05-11 | 1 | -4/+30 |
* | hwaccel: Support specific frame allocators | Luca Barbato | 2014-05-11 | 1 | -0/+7 |
* | lavc: set AVCodecContext.hwaccel in ff_get_format() | Anton Khirnov | 2014-05-11 | 1 | -15/+33 |
* | lavc: Add an internal wrapper around get_format() | Anton Khirnov | 2014-05-11 | 1 | -0/+5 |
* | lavc: do not use AVCodecContext.codec_name in avcodec_string() | Anton Khirnov | 2014-05-01 | 1 | -2/+0 |
* | utils: add yvyu422 to avcodec_align_dimensions2 | Vittorio Giovara | 2014-04-19 | 1 | -0/+1 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -1/+2 |
* | libavcodec: when decoding, copy replaygain side data to decoded frames | Anton Khirnov | 2014-03-24 | 1 | -7/+34 |
* | lavc: use AVFrame API properly in ff_reget_buffer() | Anton Khirnov | 2014-02-24 | 1 | -7/+9 |
* | lavc: set AVFrame pkt_pts and reordered_opaque in reget_buffer | John Stebbins | 2014-02-11 | 1 | -1/+4 |
* | avcodec: Suppress deprecation warnings from avcodec_alloc_frame() | Diego Biurrun | 2014-02-04 | 1 | -0/+2 |
* | lavc: do not force the emu edge flag | Anton Khirnov | 2014-01-21 | 1 | -5/+0 |
* | lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). | Anton Khirnov | 2014-01-20 | 1 | -0/+7 |
* | lavc: allow the caller to override dimensions in ff_get_buffer() | Anton Khirnov | 2014-01-20 | 1 | -3/+7 |
* | lavc: do not leak the internal frame if opening the codec fails | Anton Khirnov | 2014-01-06 | 1 | -1/+3 |
* | lavc: add 422/444 YUV with alpha to align_dimensions() | Anton Khirnov | 2014-01-06 | 1 | -0/+4 |
* | avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. | Tim Walker | 2014-01-05 | 1 | -0/+20 |
* | lavc: deprecate avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | lavc: call av_frame_unref() instead of avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -2/+2 |
* | lavc: deprecate avcodec_free_frame() | Anton Khirnov | 2013-12-11 | 1 | -12/+2 |
* | lavc: rework handling of refcounted_frames=0 | Anton Khirnov | 2013-12-09 | 1 | -17/+59 |
* | lavc/decode_video(): always unref the frame if there is no output in decode_v... | Anton Khirnov | 2013-12-09 | 1 | -4/+2 |
* | lavc: remove a pointless check in decode_audio4() | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |
* | lavc: use buf[0] instead of data[0] as the indicator of an allocated frame | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |