1110 Commits (0d40fbaef09b62ea01ac1cd1ebaaa045ad285e9d)

Author SHA1 Message Date
  Ronald S. Bultje 746f1594d7 h264: additional protection against unsupported size/bitdepth changes. 14 years ago
  Ronald S. Bultje 4d343a6f47 h264: stricter reference limit enforcement. 14 years ago
  Michael Niedermayer a81a6d9c80 h264: improve parsing of broken AVC SPS 14 years ago
  Alex Converse 48f0eeb2e5 Replace computations of remaining bits with calls to get_bits_left(). 14 years ago
  Janne Grunau d94256d36c Revert "h264: clear trailing bits in partially parsed NAL units" 14 years ago
  Ronald S. Bultje 750f5baf30 h264: error out on invalid bitdepth. 14 years ago
  Ronald S. Bultje 4c7879775e h264: disallow constrained intra prediction modes for luma. 14 years ago
  Michael Niedermayer beb19a0444 h264: Disallow w/h/pixfmt changes for frame threads. 14 years ago
  Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 14 years ago
  Diego Biurrun a7e3cb9d32 h264-test: Initialize AVCodecContext.av_class. 14 years ago
  Diego Biurrun 301fb92131 h264: Only use symbols from the SVQ3 decoder under proper conditionals. 14 years ago
  Ronald S. Bultje 400ba1d735 h264: return index in buffer on end-of-sequence. 14 years ago
  Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 14 years ago
  Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 14 years ago
  Michael Niedermayer 9ba43e50ef h264: Fix frame sync / random access handling. 14 years ago
  Michael Niedermayer fba6777363 h264: Fix recovery_frame initialization when recovery_frame is -1 14 years ago
  Michael Niedermayer 36fa781bd6 h264: reset picture->sync on allocation. 14 years ago
  Michael Niedermayer ecb14b8af7 h264: add forgotten \n to "Invalid mix of idr and non-idr slices" 14 years ago
  Michael Niedermayer 393253b4b3 h264: Print pass in NAL debug output 14 years ago
  Michael Niedermayer 099d6813c2 svq3: Fix memory corruption introduced by automatic thread_count. 14 years ago
  Alexander Strange bc6a3bd4a5 h264: Fix a possible overread in decode_nal_units() 14 years ago
  Janne Grunau 729ebb2f18 h264: clear trailing bits in partially parsed NAL units 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
  Michael Niedermayer 38331d2036 h264: disable checking reader, overreads are not possible 14 years ago
  Ronald S. Bultje 0b4c323213 h264: don't drop B-frames after next keyframe on POC reset. 14 years ago
  Michael Niedermayer 3d07e0aba0 h264: return the consumed amountg in case of Q264 14 years ago
  Michael Niedermayer 227960427b h264: retuen the amount read in case of NAL_END_SEQUENCE 14 years ago
  Michael Niedermayer 902c090413 h264: reset nal_unit_type so that decoding frames without any nal units 14 years ago
  Michael Niedermayer a4755df523 h264: fix midstream extardata handling with dump.f4v 14 years ago
  Michael Niedermayer d998a6ddee h264: Fix build with --disable-everything --enable-decoder='h264' --disable-optimizations 14 years ago
  Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 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
  Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 14 years ago
  Mans Rullgard 5695ae46f8 h264: remove useless cast 14 years ago
  Mans Rullgard 373211d828 Remove extraneous semicolons 14 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 14 years ago
  Michael Niedermayer 3dea28cc2e h264: Fix concealment regression introduced by babf4fe01a 14 years ago
  Michael Niedermayer 8743400961 h264: reset prev_poc_msb to the same value everywhere. 14 years ago
  Michael Niedermayer cc61643123 h264: improve "no picture" debug output. 14 years ago
  Michael Niedermayer 5b2873c1d5 h264: switch from qatars has_b_frames calculation back to mine. 14 years ago
  Michael Niedermayer d9ced9fec6 h264: init prev_frame_num to -1 on init 14 years ago
  Michael Niedermayer 6287a356e3 h264: Fix memleaks on close, reset more fields 14 years ago
  Michael Niedermayer fb266f5973 h264: show when has_b_frames is being increased. 14 years ago
  Ronald S. Bultje adedd840e2 h264: fix frame reordering code. 14 years ago
  Carl Eugen Hoyos 2d6a45c12a Silence warnings when decoding QNAP Systems H264 codec. 14 years ago
  Ronald S. Bultje 2574f08d4c h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. 14 years ago
  Ronald S. Bultje db431f7efe h264: add support for decoding planar RGB images. 14 years ago
  Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 14 years ago