index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ...
Michael Niedermayer
2014-12-22
1
-1
/
+4
*
avcodec/h264: Check *log2_weight_denom
Michael Niedermayer
2014-12-18
1
-0
/
+10
*
avcodec/h264: Clear delayed_pic on deallocation
Michael Niedermayer
2014-12-17
1
-0
/
+1
*
Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'
Michael Niedermayer
2014-11-13
1
-1
/
+1
|
\
|
*
display: fix order of operands
Vittorio Giovara
2014-11-13
1
-1
/
+1
*
|
Move get_avc_nalsize() and find_start_code() to h264.h
Michael Niedermayer
2014-10-27
1
-37
/
+0
*
|
avcodec/h264: fix time_base and framerate
Michael Niedermayer
2014-10-15
1
-3
/
+3
*
|
Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'
Michael Niedermayer
2014-10-15
1
-3
/
+3
|
\
\
|
|
/
|
*
lavc: deprecate the use of AVCodecContext.time_base for decoding
Anton Khirnov
2014-10-15
1
-1
/
+1
|
*
h264: reset ret to avoid propagating minor failures
Michael Niedermayer
2014-09-29
1
-0
/
+1
*
|
avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b...
Michael Niedermayer
2014-10-08
1
-1
/
+1
*
|
avcodec/h264: Check mode before considering mixed mode intra prediction
Michael Niedermayer
2014-10-04
1
-6
/
+6
*
|
avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()
Michael Niedermayer
2014-09-10
1
-10
/
+10
*
|
avcodec/h264: Allow partial escaping
Michael Niedermayer
2014-09-07
1
-2
/
+2
*
|
avcodec/h264: Do not get stuck on IDR inter frames
Michael Niedermayer
2014-08-31
1
-0
/
+6
*
|
avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warning
Michael Niedermayer
2014-08-28
1
-7
/
+7
*
|
avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f...
Michael Niedermayer
2014-08-23
1
-1
/
+1
*
|
h264: do not return on sidedata allocation failure
Christophe Gisquet
2014-08-23
1
-9
/
+7
*
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
1
-3
/
+3
|
\
\
|
|
/
|
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-3
/
+3
*
|
Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'
Michael Niedermayer
2014-08-07
1
-2
/
+2
|
\
\
|
|
/
|
*
h264: fix interpretation of interleved stereo modes
Felix Abecassis
2014-08-07
1
-2
/
+2
*
|
h264: remove useless assignment.
Benoit Fouet
2014-08-01
1
-1
/
+0
*
|
avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATA
Michael Niedermayer
2014-07-23
1
-0
/
+6
*
|
avcodec/h264: factor is_extra() out
Michael Niedermayer
2014-07-23
1
-20
/
+24
*
|
Merge commit '2d60444331fca1910510038dd3817bea885c2367'
Michael Niedermayer
2014-07-17
1
-4
/
+4
|
\
\
|
|
/
|
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
1
-4
/
+4
*
|
Merge commit '2db953f84671997e936f91140ffb5143c1537844'
Michael Niedermayer
2014-07-17
1
-9
/
+12
|
\
\
|
|
/
|
*
h264: K&R formatting cosmetics
Luca Barbato
2014-07-17
1
-10
/
+13
*
|
Merge commit '18e3d61e9e3b52c177aa7a1f2a054a8a753e1b09'
Michael Niedermayer
2014-07-10
1
-0
/
+15
|
\
\
|
|
/
|
*
h264: parse display orientation SEI message
Vittorio Giovara
2014-07-09
1
-0
/
+15
*
|
avcodec/h264: do not leave ret random on minor failures, causing major failure
Michael Niedermayer
2014-06-24
1
-0
/
+1
*
|
Merge commit '772d150a6e82542c06b0c251e73dd299d98d1027'
Michael Niedermayer
2014-06-24
1
-5
/
+14
|
\
\
|
|
/
|
*
h264: error out from decode_nal_units() when AV_EF_EXPLODE is set
Vittorio Giovara
2014-06-23
1
-5
/
+14
*
|
avcodec/h264: Use named identifier for single thread fall-back return from ff...
Michael Niedermayer
2014-06-19
1
-1
/
+1
*
|
avcodec/h264: fix frame skip code
Michael Niedermayer
2014-06-16
1
-11
/
+5
*
|
avcodec/h264: use the correct level for droping non intra frames
Michael Niedermayer
2014-06-16
1
-2
/
+2
*
|
avcodec/h264: in the absence of recovery points, be more tolerant on acceptin...
Michael Niedermayer
2014-06-04
1
-0
/
+1
*
|
avcodec/h264: mark recovery_cnt==0 frames as keyframes
Michael Niedermayer
2014-05-03
1
-0
/
+2
*
|
avcodec/h264/find_start_code: factorize addition out
Michael Niedermayer
2014-04-07
1
-2
/
+4
*
|
Merge commit 'e10fd08aa7fbe8645545ad2e8721f0ed03c8e06a'
Michael Niedermayer
2014-04-07
1
-72
/
+131
|
\
\
|
|
/
|
*
h264: Refactor decode_nal_units
Luca Barbato
2014-04-06
1
-59
/
+122
*
|
avcodec: Make ff_print_debug_info2() independant of Picture struct
Michael Niedermayer
2014-03-27
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2014-03-24
1
-2708
/
+21
|
\
\
|
|
/
|
*
h264: Split h264 slice decoding from nal decoding
Luca Barbato
2014-03-23
1
-2514
/
+21
*
|
Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'
Michael Niedermayer
2014-03-24
1
-784
/
+0
|
\
\
|
|
/
|
*
h264: move macroblock decoding into its own file
Vittorio Giovara
2014-03-23
1
-785
/
+0
*
|
avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
Yogender Kumar Gupta
2014-03-18
1
-1
/
+6
*
|
Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'
Michael Niedermayer
2014-03-17
1
-1
/
+0
|
\
\
|
|
/
|
*
h264 does not depend on mpegvideo any more
Vittorio Giovara
2014-03-16
1
-1
/
+0
[next]