| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: mention that the parser callback never returns an error | Vittorio Giovara | 2014-12-05 | 1 | -0/+2 |
* | mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails | Michael Niedermayer | 2014-12-03 | 1 | -3/+3 |
* | mpegvideo: free_context_frame() cannot fail, make it return void | Michael Niedermayer | 2014-12-03 | 1 | -5/+2 |
* | mpegvideo: replace assert about interlaced EC with debug av_log() | Michael Niedermayer | 2014-12-03 | 1 | -1/+3 |
* | mpeg12dec: Use more specific error codes | Michael Niedermayer | 2014-12-03 | 1 | -51/+51 |
* | mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence() | Michael Niedermayer | 2014-12-03 | 1 | -2/+7 |
* | exr: Add a gamma flag to exr loader to avoid banding | Gonzalo Garramuno | 2014-12-03 | 1 | -7/+110 |
* | h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails | Michael Niedermayer | 2014-12-03 | 1 | -1/+1 |
* | h264: Fix memory leak on ff_h264_decode_init() failure | Dale Curtis | 2014-12-03 | 1 | -1/+3 |
* | options_table: fix colorspace minimum option value | Jon Morley | 2014-12-02 | 1 | -1/+1 |
* | aac: Simplify decode_mid_side_stereo | Luca Barbato | 2014-12-02 | 1 | -4/+3 |
* | opusdec: make sure all substreams have the same number of coded samples | Anton Khirnov | 2014-11-27 | 1 | -0/+6 |
* | vorbis_parser: Include stdint.h in the header, to make it work standalone | Martin Storsjö | 2014-11-25 | 1 | -0/+2 |
* | hnm4: change width/height to int to fix hypothetical integer overflows | Michael Niedermayer | 2014-11-25 | 1 | -2/+2 |
* | hnm4: Use av_image_check_size | Luca Barbato | 2014-11-25 | 1 | -0/+6 |
* | vc1: Use the correct shift amount | Michael Niedermayer | 2014-11-25 | 1 | -7/+7 |
* | vc1: Set the is_intra bitfield to all 1 when needed | Luca Barbato | 2014-11-25 | 1 | -5/+9 |
* | vc1: Simplify a little setting the intra variables | Luca Barbato | 2014-11-25 | 1 | -15/+11 |
* | vorbis_parser: Move vp check to avoid a null pointer dereference | Michael Niedermayer | 2014-11-25 | 1 | -2/+2 |
* | lpc: remove unneeded {} | Michael Niedermayer | 2014-11-25 | 1 | -1/+1 |
* | vc1pred: remove logically dead code | Vittorio Giovara | 2014-11-25 | 1 | -6/+2 |
* | aacsbr: always initialize max_qmf_subbands | Vittorio Giovara | 2014-11-24 | 1 | -1/+1 |
* | roqaudio: Always use the frame buffer on flush | Michael Niedermayer | 2014-11-24 | 1 | -2/+3 |
* | tiffenc: initialize return value | Vittorio Giovara | 2014-11-24 | 1 | -1/+1 |
* | cook: Make sure there is enough extradata | Luca Barbato | 2014-11-24 | 1 | -1/+1 |
* | aacdec: avoid an out-of-bounds write | Vittorio Giovara | 2014-11-24 | 1 | -2/+2 |
* | lavu: move internal define to the only places where it is used | Vittorio Giovara | 2014-11-24 | 2 | -0/+2 |
* | motion_est: convert stride to ptrdiff_t | Vittorio Giovara | 2014-11-24 | 5 | -155/+162 |
* | hevc: Spin the mv_mpv_mode calls in a stand alone function | Luca Barbato | 2014-11-21 | 1 | -40/+46 |
* | qdm2: avoid integer overflow | Vittorio Giovara | 2014-11-21 | 1 | -1/+1 |
* | vp9: Use the correct upper bound for seg_id | Luca Barbato | 2014-11-21 | 2 | -2/+4 |
* | dvdsubdec: Do not leak on failure path | Luca Barbato | 2014-11-21 | 1 | -3/+6 |
* | libtwolame: prevent a NULL pointer dereference | Vittorio Giovara | 2014-11-21 | 1 | -1/+1 |
* | lavc: Move the libtwolame encoder registration to the list for external libra... | Martin Storsjö | 2014-11-21 | 1 | -1/+1 |
* | lavc: fix bitshifts amount bigger than the type | Vittorio Giovara | 2014-11-18 | 5 | -7/+10 |
* | libvpxenc: clean memory on error | Vittorio Giovara | 2014-11-18 | 1 | -0/+1 |
* | hevc: remove superfluous assignments and checks | Anton Khirnov | 2014-11-17 | 1 | -8/+0 |
* | hevc: eliminate an unneeded intermediate variable | Anton Khirnov | 2014-11-17 | 1 | -5/+2 |
* | hevc: reduce variable scope | Anton Khirnov | 2014-11-17 | 1 | -5/+6 |
* | hevc: further reduce code duplication in hls_prediction_unit() | Anton Khirnov | 2014-11-17 | 1 | -12/+6 |
* | hevc: reduce code duplication in hls_prediction_unit() | Anton Khirnov | 2014-11-17 | 1 | -66/+51 |
* | hevcdsp_template: templatize transquant_bypass | Anton Khirnov | 2014-11-17 | 1 | -40/+13 |
* | hevc: remove an unused function parameter | Anton Khirnov | 2014-11-17 | 1 | -3/+2 |
* | hevc: remove a redundant line | Anton Khirnov | 2014-11-17 | 1 | -1/+0 |
* | hevc: do not store rqt_root_cbf in the context | Anton Khirnov | 2014-11-17 | 2 | -5/+4 |
* | hevc: do not store pcm_flag in the context | Anton Khirnov | 2014-11-17 | 2 | -6/+5 |
* | aarch64: Make the function pointer tables position independent | Martin Storsjö | 2014-11-16 | 2 | -25/+26 |
* | on2avc: Fix out of array access | Michael Niedermayer | 2014-11-15 | 1 | -1/+1 |
* | dv: Drop a spurious check | Luca Barbato | 2014-11-15 | 1 | -2/+2 |
* | atrac3plus: always initialize refwaves | Vittorio Giovara | 2014-11-14 | 1 | -1/+1 |