26700 Commits (8443b27072a076abb28d7f2f60bc90e1d5c285df)

Author SHA1 Message Date
Anton Khirnov ff300e435e mpegvideo: remove an unused variable 11 years ago
Anton Khirnov e41ff4210a mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext 11 years ago
Michael Niedermayer be99054e77 avcodec/cavsdec: print error messages in case of errors 11 years ago
Michael Niedermayer bc1b828536 avcodec/cavsdec: use more specific error codes 11 years ago
Michael Niedermayer 9ca32b2060 avcodec/cavsdec: print warning if no frame has been decoded 11 years ago
Michael Niedermayer 63f74cedc9 avcodec/cavsdec: reset stc 11 years ago
Michael Niedermayer 0538b29ae8 avcodec/cabac: force get_cabac to be not inlined 11 years ago
Diego Biurrun 3d7c84747d x86: Initialize mmxext after amd3dnow optimizations 11 years ago
Michael Niedermayer f1783c05f1 Revert "avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set" 11 years ago
Michael Niedermayer babb611d35 libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT 11 years ago
Michael Niedermayer 04e06cdf7d avcodec: split mp2 encoder into float and fixed 11 years ago
Ronald S. Bultje 9695fb2622 vp9_parser: handle zero-sized packets. 11 years ago
Diego Biurrun 97d19c2fec dv: Split off DV video encoder into its own file 11 years ago
Diego Biurrun 21710ea821 dv: Move DV VLC data tables out of header file 11 years ago
Diego Biurrun 7ffaa19570 dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo 11 years ago
Michael Niedermayer e3d7a3978b avcodec/h264_refs: improve key frame detection heuristic 11 years ago
Michael Niedermayer ab6ea7a819 avcodec/h264_refs: split conditions of if() up for better readability 11 years ago
Ronald S. Bultje f068aed7b8 vp9: make decode_coeffs() return value void. 11 years ago
Ronald S. Bultje 47c6d9403d vp9: cosmetics. 11 years ago
Ronald S. Bultje 76bd878d95 vp9: add a 2-pass decoding mode, and add frame-mt support. 11 years ago
Ronald S. Bultje 46955ae430 vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. 11 years ago
Ronald S. Bultje fc7d910b2e vp9: split last/cur_frame from the reference buffers. 11 years ago
Ronald S. Bultje 39b244002a vp9: move some entries out of VP9Block into VP9Context. 11 years ago
Ronald S. Bultje 84d362f020 vp9: split packet parsing into an AVParser. 11 years ago
Ronald S. Bultje 816737ea5d vp9: use proper refcounting. 11 years ago
Michael Niedermayer a235af93bd avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields 11 years ago
Nicolas George 4b1c9b720e lavc/srtenc: use bprint for text buffers. 11 years ago
Tim Walker 7dc827b709 dcadec: Add some logging before returning on error 11 years ago
Michael Niedermayer 79c1cdd973 mpeg4_update_thread_context: copy the whole mpeg4 specific context instead of variables one by one 11 years ago
Michael Niedermayer b08ff07d8d avcodec/mpeg4videodec: update bug workaround related variables like they where before 11 years ago
Michael Niedermayer b239f3f69d avcodec/h263dec: move call to ff_mpeg4_workaround_bugs() under codec_id check 11 years ago
Michael Niedermayer 6c9b82b6a0 avcodec/mpeg4videodec: move bug workaround code into seperate function 11 years ago
Michael Niedermayer 2d2b363c65 h263: remove unused ff_h263_find_resync_marker() 11 years ago
Michael Niedermayer 91c63cb053 avcodec/mpeg4videodec: copy rvlc in mpeg4_update_thread_context too 11 years ago
Michael Niedermayer 36068709b3 avcodec/mpeg4videodec: Fix code so it also works after moving vol_sprite_usage around 11 years ago
Kostya Shishkov 01f6df01b6 go2meeting: disallow tile dimensions that are not multiple of 16 11 years ago
Anton Khirnov e026ee0446 mpeg4videodec: move sprite_{shift,traj} from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 513d849bb6 mpeg4videodec: move num_sprite_warping_points from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 9ba3fc3e3d mpeg4videodec: move sprite_brightness_change from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 58c120a929 mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 6e81597d5a mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 2992afda83 mpeg4videodec: remove a write-only variable from MpegEncContext 11 years ago
Anton Khirnov 3b1c0f686d mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov e89247debd mpeg4videodec: replace MpegEncContext.reduced_res_vop with a local variable 11 years ago
Anton Khirnov 8cebc9eaac mpeg4videodec: remove a write-only variable from MpegEncContext 11 years ago
Anton Khirnov b1aacd5668 mpeg4videodec: move t_frame from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 0388907400 mpeg4videodec: move cplx_estimation_* fields from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov 43af264de8 mpeg4videodec: move mpeg4-specific bug workaround variables from MpegEncContext to Mpeg4DecContext 11 years ago
Anton Khirnov e2ceb17642 mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpeg4videodec 11 years ago
Anton Khirnov b452d5ae86 mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4 11 years ago