294 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 13 years ago
  Ronald S. Bultje d4e649cca6 h264: make it possible to compile without error_resilience. 13 years ago
  Diego Biurrun 94ee7da08d Remove pointless av_cold attributes in header files 13 years ago
  Michael Niedermayer da7672b20a h264: Fix handling of changing reference counts between slices 13 years ago
  Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 13 years ago
  Ronald S. Bultje 7ebfb466ae h264: Don't store intra pcm samples in h->mb 13 years ago
  Michael Niedermayer d41efc1f26 h264: put visualization and debug support back 13 years ago
  Ronald S. Bultje 51513b98d6 h264/svq3: stop using draw_edges. 13 years ago
  Ronald S. Bultje c63f9fb37a h264: don't store intra pcm samples in h->mb. 13 years ago
  Anton Khirnov 2c54155407 h264: deMpegEncContextize 13 years ago
  Anton Khirnov 9782c778a2 h264: remove silly macros 13 years ago
  Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 13 years ago
  Mans Rullgard e9d817351b dsputil: Separate h264 qpel 13 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 13 years ago
  Anton Khirnov 940b8b5861 h264: avoid pointless copying of ref lists 13 years ago
  Ronald S. Bultje f6badba185 h264: don't clobber mmco opcode tables for non-first slice headers. 13 years ago
  Anton Khirnov ea382767ad h264: fix ff_generate_sliding_window_mmcos() prototype. 13 years ago
  Ronald S. Bultje bad446e251 h264: don't clobber mmco opcode tables for non-first slice headers. 13 years ago
  Michael Niedermayer c2dfb1e37c h264: support frame size changes with multi threading 13 years ago
  Janne Grunau 9e696d2e5f h264: support frame parameter changes during frame-mt 13 years ago
  Janne Grunau 73ad2c2fa7 h264: increase dist_scale_factor for up to 32 references 13 years ago
  Michael Niedermayer 14f79ba18f h264: remove redundant parts of old slice in extradata code. 13 years ago
  Janne Grunau 61c6eef545 h264: prevent decoding of slice NALs in extradata 13 years ago
  Janne Grunau 6a27ae28f9 mpegvideo: treat delayed pictures as used 13 years ago
  Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 13 years ago
  Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 13 years ago
  Michael Niedermayer 4fecc3cf09 h264: Skip odd NALs in extradata, prevent undefined behavior 13 years ago
  Marton Balint d6e9566949 h264: add support for AFD detection 13 years ago
  Michael Niedermayer 76c3fff2f3 h264: Workaround invalid MPEG-TS broadcasts 13 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) 14 years ago
  Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 14 years ago
  Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 14 years ago
  Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 14 years ago
  Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 14 years ago
  Janne Grunau 358ea75e9e Revert "h264: skip start code search if the size of the nal unit is known" 14 years ago
  Janne Grunau 87eebb3454 h264: skip start code search if the size of the nal unit is known 14 years ago
  Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 14 years ago
  Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 14 years ago
  Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 14 years ago
  Ronald S. Bultje ea2bb12e3e h264: improve calculation of codec delay. 14 years ago
  Michael Niedermayer 4ffed61b49 h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundaries. 14 years ago
  Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 14 years ago
  Laurent Aimar e588a5c2d4 h264: fix the size of PPS::chroma_qp_table 14 years ago
  Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 14 years ago
  Laurent Aimar 27d3361e34 h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] 14 years ago
  Michael Niedermayer 4ba396834d h264: pass buffer & size to ff_h264_decode_extradata() 14 years ago