1009 Commits (b58b00aeca21de00ab6da2944684f784d9d6bc47)

Author SHA1 Message Date
  Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 13 years ago
  Ronald S. Bultje 2ed008204d h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil 13 years ago
  Anton Khirnov 2c54155407 h264: deMpegEncContextize 13 years ago
  Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 13 years ago
  Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 13 years ago
  Anton Khirnov 2491f9ee29 h264: remove a pointless if() 13 years ago
  Anton Khirnov 68f930d218 h264: simplify calls to ff_er_add_slice(). 13 years ago
  Martin Storsjö 4c51fe48ba h264: Copy h264chroma dsp context to slice thread copies 13 years ago
  Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 13 years ago
  Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 13 years ago
  Anton Khirnov 76e74e4831 h264: remove obsolete comment. 13 years ago
  Rémi Denis-Courmont 78bc4d69eb hwaccel: do not offer unsupported pixel formats 13 years ago
  Rémi Denis-Courmont ec0e92002b vdpau: add missing pixel format for H.264 13 years ago
  Janne Grunau 6bdb841b46 h264: copy h264qpel dsp context to slice thread copies 13 years ago
  Mans Rullgard e9d817351b dsputil: Separate h264 qpel 13 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 13 years ago
  Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 13 years ago
  Anton Khirnov 940b8b5861 h264: avoid pointless copying of ref lists 13 years ago
  Ronald S. Bultje fb845ffdd3 h264: add 3 pixels below for subpixel filter wait position 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 59d5680310 h264: Fix assignments in if() 13 years ago
  Janne Grunau 9ac44ad9d0 h264: check SPS entries directly to detect pixel format changes 13 years ago
  Diego Biurrun f3298f1299 Return proper error code after av_log_ask_for_sample() 13 years ago
  Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 13 years ago
  Janne Grunau 9e696d2e5f h264: support frame parameter changes during frame-mt 13 years ago
  Janne Grunau f1d8763a02 mpegvideo: allocate scratch buffers after linesize is known 13 years ago
  Janne Grunau 61c6eef545 h264: prevent decoding of slice NALs in extradata 13 years ago
  Janne Grunau 27c8337e59 h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup 13 years ago
  Janne Grunau 0eae920c3c h264: initialize frame-mt context copies properly 13 years ago
  Janne Grunau 072be3e896 h264: set parameters from SPS whenever it changes 13 years ago
  Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 13 years ago
  Janne Grunau a394959bbe h264: add a pointer for weighted prediction temporary buffer 13 years ago
  Janne Grunau 5945c7b35d h264: slice-mt: check master context for valid current_picture_ptr 13 years ago
  Janne Grunau a8cb1746c5 h264: slice-mt: get last_pic_dropable from master context 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Janne Grunau 0b300daad2 h264: error out on unset current_picture_ptr for h->current_slice > 0 13 years ago
  Janne Grunau c1fcf563b1 h264: check context state before decoding slice data partitions 13 years ago
  Janne Grunau d5e83122bd h264: set Picture.owner2 to the current thread 13 years ago
  Janne Grunau 6e5cdf2628 h264: check ref_count validity for num_ref_idx_active_override_flag 13 years ago
  Janne Grunau 150b2361ca h264: add missing new line to log message 13 years ago
  Janne Grunau 706acb558a h264: enable low delay only if no delayed frames were seen 13 years ago
  Janne Grunau e6160bda98 h264: Fix parameters to ff_er_add_slice() call 13 years ago
  Janne Grunau 60b6b8c019 h264: always check ref_count for validity 13 years ago
  Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 13 years ago
  Jindřich Makovička 1a8c6917f6 h264: avoid stuck buffer pointer in decode_nal_units 13 years ago
  Michael Niedermayer 5e997688f8 h264: Remove an assert on current_picture_ptr being null 13 years ago
  Martin Storsjö 6f5b1a2ba4 h264: Check that the codec isn't null before accessing it 13 years ago