352 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Carl Eugen Hoyos 1e298e7724 lavc/svq3: Remove an unused function. 8 years ago
Carl Eugen Hoyos 6d6faa2a2d lavc/svq3: Fail for media key encryption. 8 years ago
Carl Eugen Hoyos a8cb567e55 lavc: Remove CR/LF from avpriv_request_sample() calls. 8 years ago
Michael Niedermayer 2d3099ad8e avcodec/svq3: Reintroduce slice_type 8 years ago
Michael Niedermayer 2624695484 avcodec/svq3: fix slice size check 8 years ago
James Almer be63ef3c4e avcodec/vdpau: clean up vdpau_internal.h 8 years ago
Anton Khirnov 4e2f621248 svq3: stop using H264Picture 9 years ago
Anton Khirnov 9df889a5f1 h264: rename h264.[ch] to h264dec.[ch] 9 years ago
Diego Biurrun 4024b566d6 golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 4efd3ec50a avcodec/svq3: fix assert type (was av_assert2 in h264 from where this was copied) 9 years ago
Anton Khirnov add1467e5e svq3: drop the build dependency on the h264 decoder 9 years ago
Anton Khirnov a4d126dc59 svq3: eliminate remaining H264Context usage. 9 years ago
Anton Khirnov 7bbdae81e8 svq3: move block_offset to SVQ3Context 9 years ago
Anton Khirnov 1848a154a4 svq3: stop using H264Context.gb 9 years ago
Anton Khirnov ea6ab02a17 svq3: move the frame num variables to the SVQ3Context 9 years ago
Anton Khirnov 21b7469322 svq3: eliminate H264Context.cur_pic usage 9 years ago
Anton Khirnov 939b388383 svq3: eliminate remaining H264SliceContext usage 9 years ago
Anton Khirnov 5a5db90edf svq3: move pict_type to the SVQ3Context 9 years ago
Anton Khirnov 12f13ecb2d svq3: move mb strides/sizes to the SVQ3Context 9 years ago
Anton Khirnov ad9d3384de svq3: move the dequant buffer to SVQ3Context 9 years ago
Anton Khirnov 549fc77273 svq3: move mb2br_xy to the SVQ3Context 9 years ago
Anton Khirnov 99dde60391 svq3: move {ref,mv}_cache to the SVQ3Context 9 years ago
Anton Khirnov 89a13998a1 svq3: rip out the svq3-relevant parts of pred_motion() out of h264 9 years ago
Anton Khirnov 8eecae77ff svq3: move edge_emu_buffer to the SVQ3Context 9 years ago
Anton Khirnov 527bf5f7c6 svq3: move the pred mode variables to SVQ3Context 9 years ago
Anton Khirnov ecc31f6b08 h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse 9 years ago
Anton Khirnov 1877712c58 svq3: move mb_{x,y,xy} to SVQ3Context 9 years ago
Anton Khirnov c2a4ca944d svq3: eliminate write_back_intra_pred_mode() usage 9 years ago
Anton Khirnov c73fb9efb2 svq3: add all the required dsp contexts into SVQ3Context 9 years ago
Anton Khirnov 15b0517da9 svq3: make the dsp functions static 9 years ago
Anton Khirnov e42ca48a8b svq3: rip out the mb decoding code shared with h264 9 years ago
Diego Biurrun a7da517f6a h264data: Move all data tables from a header to a .c file 9 years ago
Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
Luca Barbato 1098f5c049 svq3: Use a separate buffer for decoding the slices 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer 4e8ee7acb8 libavcodec/svq3: clarify unknown_flag by renaming to has_watermark 10 years ago
Michael Niedermayer 6197672720 avcodec/svq3: Print unknown fields at debug level 10 years ago
Michael Niedermayer 3cd666cfbc avcodec/svq3: Fix memleak of last_pic_for_ec 10 years ago
Anton Khirnov a0f2946068 h264: use properly allocated AVFrames 10 years ago
Michael Niedermayer aa000ddab2 avcodec/svq3: add scaling matrix init that was removed from h264 init 10 years ago
Michael Niedermayer e6c710600e avcodec/svq3: add initialization which was removed from h264 init 10 years ago
Anton Khirnov 249796e256 svq3: initialize some required H264Context fields. 10 years ago
Anton Khirnov c28ed1d743 h264: move [uv]linesize to the per-slice context 10 years ago
Anton Khirnov 36d04801ba h264: move the scratch buffers into the per-slice context 10 years ago
Anton Khirnov d4d9068cdf h264: move mb_{x,y} into the per-slice context 10 years ago
Anton Khirnov 0edbe6faa7 h264: move mb_xy into the per-slice context 10 years ago
Anton Khirnov 07c5ca551b h264: move is_complex into the per-slice context 10 years ago
Anton Khirnov 47a0d39350 h264: move mb_skip_run into the per-slice context 10 years ago