313 Commits (99de97cabf35c035b628943b865ab991583a6ea5)

Author SHA1 Message Date
Yusuke Nakamura 3f1a7ceb2c h264_parser: Set field_order and picture_structure. 12 years ago
Anton Khirnov 5e83d9aced h264: fully support cropping. 12 years ago
Michael Niedermayer de8049d27c h264: add an argument to CHROMA for consistency 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 12 years ago
Anton Khirnov 25408b2a06 h264: make ff_h264_frame_start static. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Ronald S. Bultje d4e649cca6 h264: make it possible to compile without error_resilience. 12 years ago
Diego Biurrun 94ee7da08d Remove pointless av_cold attributes in header files 12 years ago
Michael Niedermayer da7672b20a h264: Fix handling of changing reference counts between slices 12 years ago
Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 12 years ago
Ronald S. Bultje 7ebfb466ae h264: Don't store intra pcm samples in h->mb 12 years ago
Michael Niedermayer d41efc1f26 h264: put visualization and debug support back 12 years ago
Ronald S. Bultje 51513b98d6 h264/svq3: stop using draw_edges. 12 years ago
Ronald S. Bultje c63f9fb37a h264: don't store intra pcm samples in h->mb. 12 years ago
Anton Khirnov 2c54155407 h264: deMpegEncContextize 12 years ago
Anton Khirnov 9782c778a2 h264: remove silly macros 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov 940b8b5861 h264: avoid pointless copying of ref lists 12 years ago
Ronald S. Bultje f6badba185 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Anton Khirnov ea382767ad h264: fix ff_generate_sliding_window_mmcos() prototype. 12 years ago
Ronald S. Bultje bad446e251 h264: don't clobber mmco opcode tables for non-first slice headers. 12 years ago
Michael Niedermayer c2dfb1e37c h264: support frame size changes with multi threading 12 years ago
Janne Grunau 9e696d2e5f h264: support frame parameter changes during frame-mt 12 years ago
Janne Grunau 73ad2c2fa7 h264: increase dist_scale_factor for up to 32 references 12 years ago
Michael Niedermayer 14f79ba18f h264: remove redundant parts of old slice in extradata code. 12 years ago
Janne Grunau 61c6eef545 h264: prevent decoding of slice NALs in extradata 12 years ago
Janne Grunau 6a27ae28f9 mpegvideo: treat delayed pictures as used 12 years ago
Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 12 years ago
Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 12 years ago
Michael Niedermayer 4fecc3cf09 h264: Skip odd NALs in extradata, prevent undefined behavior 12 years ago
Marton Balint d6e9566949 h264: add support for AFD detection 12 years ago
Michael Niedermayer 76c3fff2f3 h264: Workaround invalid MPEG-TS broadcasts 12 years ago
Michael Niedermayer e162733dcd h264: 12 and 14 bit support 13 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Michael Niedermayer b7d1488393 h264: move q0 scan tables into context 13 years ago
Diego Biurrun be545b8a34 h264: K&R formatting cosmetics for header files (part I/II) 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 13 years ago
Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 13 years ago
Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago