projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
h264: reset ref count if decoding the slice header fails
[libav.git]
/
libavcodec
/
h264.c
2014-01-18
Anton Khirnov
h264: reset ref count if decoding the slice header...
blob
|
commitdiff
2014-01-18
Anton Khirnov
h264: do not call field_end if we do not have a current...
blob
|
commitdiff
|
diff to current
2014-01-18
Anton Khirnov
h264: limit allowed pred modes in ff_h264_check_intra_p...
blob
|
commitdiff
|
diff to current
2014-01-18
Anton Khirnov
h264: reset first_field if frame_start() fails for...
blob
|
commitdiff
|
diff to current
2014-01-06
Anton Khirnov
h264: check that execute_decode_slices() is not called...
blob
|
commitdiff
|
diff to current
2014-01-06
Anton Khirnov
h264: reject mismatching luma/chroma bit depths during...
blob
|
commitdiff
|
diff to current
2014-01-06
Anton Khirnov
h264: rebuild the default ref list if the reference...
blob
|
commitdiff
|
diff to current
2014-01-03
Anton Khirnov
h264: reset data_partitioning if decoding the slice...
blob
|
commitdiff
|
diff to current
2013-12-27
Luca Barbato
h264: namespace the decode function
blob
|
commitdiff
|
diff to current
2013-12-11
Anton Khirnov
h264: call av_frame_unref() instead of avcodec_get_fram...
blob
|
commitdiff
|
diff to current
2013-12-09
Vittorio Giovara
h264: parse frame packing arrangement SEI messages...
blob
|
commitdiff
|
diff to current
2013-11-21
Anton Khirnov
h264: check buffer size before accessing it
blob
|
commitdiff
|
diff to current
2013-11-18
Anton Khirnov
lavc: use buf[0] instead of data[0] in checks whether...
blob
|
commitdiff
|
diff to current
2013-11-15
Ronald S. Bultje
lavc: Edge emulation with dst/src linesize
blob
|
commitdiff
|
diff to current
2013-11-14
Anton Khirnov
h264: free the tables and uninitialize the context...
blob
|
commitdiff
|
diff to current
2013-11-10
Luca Barbato
hwaccel: Simplify ff_find_hwaccel
blob
|
commitdiff
|
diff to current
2013-10-31
John Stebbins
h264: wait for initial complete frame before outputing...
blob
|
commitdiff
|
diff to current
2013-10-29
Derek Buitenhuis
h264: Check all allocations
blob
|
commitdiff
|
diff to current
2013-10-15
Ronald S. Bultje
lavc: Convert some remaining strides to ptrdiff_t
blob
|
commitdiff
|
diff to current
2013-10-15
Yusuke Nakamura
h264_parser: Fix POC parsing for the case where MMCO_RE...
blob
|
commitdiff
|
diff to current
2013-10-03
Diego Biurrun
cosmetics: Group .name and .long_name together in codec...
blob
|
commitdiff
|
diff to current
2013-09-24
Anton Khirnov
h264: do not reinitialize the global cabac tables at...
blob
|
commitdiff
|
diff to current
2013-09-24
Rainer Hochecker
h264: do not discard NAL_SEI when skipping frames
blob
|
commitdiff
|
diff to current
2013-09-24
Vittorio Giovara
h264: log extradata skip only for non-ignored NALs
blob
|
commitdiff
|
diff to current
2013-09-20
Vittorio Giovara
h264: remove an unused static constant
blob
|
commitdiff
|
diff to current
2013-08-20
Diego Biurrun
h264data: Move some tables to the only place they are...
blob
|
commitdiff
|
diff to current
2013-08-20
Diego Biurrun
avcodec: Remove some commented-out debug cruft
blob
|
commitdiff
|
diff to current
2013-08-10
Vittorio Giovara
h264: check one context_init() allocation
blob
|
commitdiff
|
diff to current
2013-08-10
Vittorio Giovara
h264: use explicit variable names for *_field_flag
blob
|
commitdiff
|
diff to current
2013-08-10
Vittorio Giovara
h264: return meaningful values
blob
|
commitdiff
|
diff to current
2013-08-05
Rémi Denis-Courmont
vdpau: remove old-style decoders
blob
|
commitdiff
|
diff to current
2013-08-02
Yusuke Nakamura
avcodec: Add output_picture_number to AVCodecParserContext
blob
|
commitdiff
|
diff to current
2013-07-27
Diego Biurrun
h264: K&R formatting cosmetics
blob
|
commitdiff
|
diff to current
2013-05-24
Yusuke Nakamura
h264_parser: Set field_order and picture_structure.
blob
|
commitdiff
|
diff to current
2013-04-22
Diego Biurrun
h264: Drop unused variable
blob
|
commitdiff
|
diff to current
2013-04-19
Ronald S. Bultje
dsputil: Remove dct_bits
blob
|
commitdiff
|
diff to current
2013-04-19
Anton Khirnov
h264: fully support cropping.
blob
|
commitdiff
|
diff to current
2013-04-10
Ronald S. Bultje
h264: Only initialize dsputil if error resilience is...
blob
|
commitdiff
|
diff to current
2013-04-10
Ronald S. Bultje
h264: Integrate clear_blocks calls with IDCT
blob
|
commitdiff
|
diff to current
2013-04-10
Martin Storsjö
h264: Clear the mb members via memset instead of using...
blob
|
commitdiff
|
diff to current
2013-03-26
Janne Grunau
hwaccel: fix use with frame based multithreading
blob
|
commitdiff
|
diff to current
2013-03-26
Ronald S. Bultje
h264: Make it possible to compile without error_resilience
blob
|
commitdiff
|
diff to current
2013-03-25
Martin Storsjö
h264: Remove an unused variable
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: remove redundant freeing of DPB in h264_decode_end
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CHROMA444 macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CHROMA422 macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CABAC macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the FIELD_PICTURE macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the FRAME_MBAFF macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the MB_FIELD macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the MB_MBAFF macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: merge common_init() into ff_h264_decode_init.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: make ff_h264_frame_start static.
blob
|
commitdiff
|
diff to current
2013-03-20
Janne Grunau
h264: fix bit depth changes with frame threading
blob
|
commitdiff
|
diff to current
2013-03-19
Hendrik Leppkes
h264: allocate hwaccel privdata after the frame buffer
blob
|
commitdiff
|
diff to current
2013-03-13
Diego Biurrun
avcodec: av_log_missing_feature(1) ---> avpriv_request_...
blob
|
commitdiff
|
diff to current
2013-03-13
Diego Biurrun
avcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
blob
|
commitdiff
|
diff to current
2013-03-13
Michael Niedermayer
cabac: remove unused argument of ff_init_cabac_states()
blob
|
commitdiff
|
diff to current
2013-03-12
Diego Biurrun
Add informative messages to av_log_ask_for_sample calls...
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
h264: check that DPB is allocated before accessing...
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
h264: remove a useless svq3 condition
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
Replace some forgotten instances of PIX_FMT_* with...
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc: stop setting AVFrame.motion_subsample_log2
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-03-07
Diego Biurrun
Add missing error_resilience includes to files that...
blob
|
commitdiff
|
diff to current
2013-03-07
Ronald S. Bultje
h264: Integrate draw_horiz_band into ff_h264_draw_horiz...
blob
|
commitdiff
|
diff to current
2013-03-07
Martin Storsjö
h264: Rename the jpeg_420 pixfmt list to match the...
blob
|
commitdiff
|
diff to current
2013-03-06
Ronald S. Bultje
lavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
blob
|
commitdiff
|
diff to current
2013-03-05
Luca Barbato
h264: check for luma and chroma bit dept being equal
blob
|
commitdiff
|
diff to current
2013-03-02
Anton Khirnov
h264: set ref_count to 0 for intra slices.
blob
|
commitdiff
|
diff to current
2013-03-02
Anton Khirnov
h264: on reference overflow, reset the reference count...
blob
|
commitdiff
|
diff to current
2013-03-02
Anton Khirnov
h264: do not copy ref count/ref2frm when updating per...
blob
|
commitdiff
|
diff to current
2013-02-19
Ronald S. Bultje
h264/svq3: Stop using draw_edges
blob
|
commitdiff
|
diff to current
2013-02-19
Ronald S. Bultje
h264: Add add_pixels4/8() to h264dsp, and remove add_pi...
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: deMpegEncContextize
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
mpegvideo: split ff_draw_horiz_band().
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
error_resilience: decouple ER from MpegEncContext
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: remove a pointless if()
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: simplify calls to ff_er_add_slice().
blob
|
commitdiff
|
diff to current
2013-02-11
Martin Storsjö
h264: Copy h264chroma dsp context to slice thread copies
blob
|
commitdiff
|
diff to current
2013-02-07
Diego Biurrun
dsputil: Move ff_svq3 function declarations to a separa...
blob
|
commitdiff
|
diff to current
2013-02-06
Diego Biurrun
dsputil: Separate h264chroma
blob
|
commitdiff
|
diff to current
2013-01-29
Anton Khirnov
h264: remove obsolete comment.
blob
|
commitdiff
|
diff to current
2013-01-27
Rémi Denis-Courmont
hwaccel: do not offer unsupported pixel formats
blob
|
commitdiff
|
diff to current
2013-01-27
Rémi Denis-Courmont
vdpau: add missing pixel format for H.264
blob
|
commitdiff
|
diff to current
2013-01-24
Janne Grunau
h264: copy h264qpel dsp context to slice thread copies
blob
|
commitdiff
|
diff to current
2013-01-24
Mans Rullgard
dsputil: Separate h264 qpel
blob
|
commitdiff
|
diff to current
2013-01-23
Diego Biurrun
Drop DCTELEM typedef
blob
|
commitdiff
|
diff to current
2013-01-20
Mans Rullgard
dsputil: drop non-compliant "fast" qpel mc functions
blob
|
commitdiff
|
diff to current
2013-01-18
Anton Khirnov
h264: avoid pointless copying of ref lists
blob
|
commitdiff
|
diff to current
2013-01-15
Ronald S. Bultje
h264: add 3 pixels below for subpixel filter wait position
blob
|
commitdiff
|
diff to current
2013-01-14
Anton Khirnov
h264: fix ff_generate_sliding_window_mmcos() prototype.
blob
|
commitdiff
|
diff to current
2013-01-14
Ronald S. Bultje
h264: don't clobber mmco opcode tables for non-first...
blob
|
commitdiff
|
diff to current
2013-01-14
Michael Niedermayer
h264: Fix assignments in if()
blob
|
commitdiff
|
diff to current
2013-01-03
Janne Grunau
h264: check SPS entries directly to detect pixel format...
blob
|
commitdiff
|
diff to current
2012-12-23
Diego Biurrun
Return proper error code after av_log_ask_for_sample()
blob
|
commitdiff
|
diff to current
2012-12-20
Ronald S. Bultje
lavc: introduce VideoDSPContext
blob
|
commitdiff
|
diff to current
2012-12-18
Janne Grunau
h264: support frame parameter changes during frame-mt
blob
|
commitdiff
|
diff to current
2012-12-18
Janne Grunau
mpegvideo: allocate scratch buffers after linesize...
blob
|
commitdiff
|
diff to current
next