23352 Commits (4aa8503399d4fc4ad0bc90ca3c5977a0c1c511bf)

Author SHA1 Message Date
Ronald S. Bultje de99545f46 Move arm half-pel assembly from dsputil to hpeldsp. 12 years ago
Ronald S. Bultje 89f16ded9b Move ppc half-pel assembly from dsputil to hpeldsp. 12 years ago
Ronald S. Bultje 3ced55d51c Move x86 half-pel assembly from dsputil to hpeldsp. 12 years ago
Ronald S. Bultje e0a8f31591 mjpeg: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje b42d594c85 svq1enc: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 771ba8f206 snow: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 05dd583426 svq3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 4ba5dbc0e4 mpegvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 4652389777 svq1: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje cc5d17e026 mimic: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 04a75bb74f interplayvideo: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje af1e3dfb9e bink: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 4b642ab19b indeo3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 704c9874a3 vp56: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje d1293512cf vp3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje 9628e5a4ac hpeldsp: add half-pel functions (currently copies of dsputil). 12 years ago
Clément Bœsch 02a6b06d9e avpacket: do not copy data when buf ref is available. 12 years ago
Michael Niedermayer cfc1efc77c avcodec: assert that old codec ids match new 12 years ago
Stefano Sabatini 92ca292766 lavc: extend documentation for skip_idct, skip_loop_filter, skip_frame options 12 years ago
Ronald S. Bultje d85c9b036e vp3/x86: use full transpose for all IDCTs. 12 years ago
Michael Niedermayer eba6a04e1c vp6: remove unused variable 12 years ago
Hendrik Leppkes cde1e7db3e vorbis: unref the skipped first frame. 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Michael Niedermayer 19688e87e5 h264: show recovery SEIs in debug output 12 years ago
Michael Niedermayer dc7ba0c1f4 j2kdec: remove unused variable and empty function 12 years ago
Luca Barbato a8b6015823 dsputil: convert remaining functions to use ptrdiff_t strides 12 years ago
Hendrik Leppkes f91730a16b jv: initialize AVFrame 12 years ago
Michael Niedermayer 6b6b0e9dae pthread: fix unused variable warning 12 years ago
Michael Niedermayer 6ec0447d3d xface: remove unused stuff, fix related warnings 12 years ago
Michael Niedermayer ad78b9ed70 avcodec: postpone removial of parts still used 12 years ago
Michael Niedermayer a303dce28c utils: Dont sent fake channel layouts, 0 layout is better when its not known 12 years ago
Michael Niedermayer 64d11cb615 mss1: set frame defaults 12 years ago
Michael Niedermayer 53fd4f5594 avcodec: fix motion vector vissualization 12 years ago
Diego Biurrun a4472ac01e Add informative messages to av_log_ask_for_sample calls lacking them 12 years ago
Michael Niedermayer 6ae4372532 h264/mpegvideo: fix ff_print_debug_info2 arguments 12 years ago
Michael Niedermayer a76ef998eb mpegvideo: move ff_print_debug_info2 to where ff_print_debug_info is 12 years ago
Michael Niedermayer c536253854 snow: set frame defaults 12 years ago
Michael Niedermayer 01a0283c92 h264: disallow single unpaired fields as references of frames 12 years ago
Michael Niedermayer 0fc01ae33c h264: fix null pointer dereference and assertion failure 12 years ago
Michael Niedermayer ee3c3dd523 ff_alloc_picture: free tables in case of dimension mismatches 12 years ago
Michael Niedermayer 9e73f6d1f9 mpegvideo: dont allow last == current 12 years ago
Michael Niedermayer 9dd0b7ad82 update_frame_pool: use channel field 12 years ago
Michael Niedermayer 2e7bc9c2a1 snowdec: fix off by 1 error in dimensions check 12 years ago
Luca Barbato 202c2acc40 vda: remove async decoder leftovers 12 years ago
Janne Grunau a2816230c5 avframe: call release_buffer only if it is set 12 years ago
Anton Khirnov fce68c9355 pthread: unref the decoded but not returned frames on close. 12 years ago
Anton Khirnov 555000c7d5 h264: check that DPB is allocated before accessing it in flush_dpb() 12 years ago
Anton Khirnov c2597c5a0a h264_refs: cosmetics, reformat 12 years ago
Anton Khirnov f08fefc4d0 h264: remove a useless svq3 condition 12 years ago
Anton Khirnov 07054015cf mpegvideo: remove FMT_H264 12 years ago