index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: cabac: fix register constraints for 32-bit mode
Mans Rullgard
2011-06-20
2
-3
/
+3
*
cabac: move x86 asm to libavcodec/x86/cabac.h
Mans Rullgard
2011-06-20
3
-132
/
+173
*
x86: h264: cast pointers to intptr_t rather than int
Mans Rullgard
2011-06-20
1
-3
/
+3
*
x86: h264: remove hardcoded edi in decode_significance_8x8_x86()
Mans Rullgard
2011-06-20
1
-25
/
+26
*
x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()
Mans Rullgard
2011-06-20
1
-31
/
+34
*
x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()
Mans Rullgard
2011-06-20
1
-35
/
+37
*
x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()
Mans Rullgard
2011-06-20
1
-26
/
+26
*
x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()
Mans Rullgard
2011-06-20
1
-1
/
+1
*
x86: cabac: remove hardcoded esi in get_cabac_inline()
Mans Rullgard
2011-06-20
1
-8
/
+8
*
x86: cabac: remove hardcoded edx in get_cabac_inline()
Mans Rullgard
2011-06-20
1
-8
/
+8
*
x86: cabac: remove unused macro parameter
Mans Rullgard
2011-06-20
1
-3
/
+3
*
x86: cabac: remove hardcoded ebx in inline asm
Mans Rullgard
2011-06-20
2
-60
/
+63
*
x86: cabac: remove hardcoded struct offsets from inline asm
Mans Rullgard
2011-06-20
2
-40
/
+41
*
cabac: remove inline asm under #if 0
Mans Rullgard
2011-06-20
1
-31
/
+0
*
cabac: remove BRANCHLESS_CABAC_DECODER switch
Mans Rullgard
2011-06-20
2
-113
/
+1
*
cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED
Mans Rullgard
2011-06-20
1
-62
/
+0
*
error_resilience: skip last-MV predictor step if MVs are not available.
Ronald Bultje
2011-06-20
1
-0
/
+4
*
error_resilience: actually add counter when adding a MV predictor.
Ronald Bultje
2011-06-20
1
-0
/
+1
*
qdm2: Fix alignment of local array.
Michael Niedermayer
2011-06-20
1
-3
/
+3
*
h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
Ronald S. Bultje
2011-06-20
1
-0
/
+2
*
sipr: Drop unused DSPContext
Alex Converse
2011-06-18
2
-3
/
+0
*
sipr: include string.h for mem*()
Alex Converse
2011-06-18
1
-0
/
+1
*
sipr: Use memmove() to copy overlapped buffers.
Alex Converse
2011-06-18
1
-1
/
+1
*
h264: drop some ugly casts
Alex Converse
2011-06-18
1
-2
/
+2
*
Fix build if yasm is not available.
Ronald S. Bultje
2011-06-18
1
-1
/
+3
*
H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
Daniel Kang
2011-06-18
3
-0
/
+306
*
lavc: add opt_find to AVCodecContext class.
Anton Khirnov
2011-06-17
1
-1
/
+20
*
h264: Complexify frame num gap shortening code
Alexander Strange
2011-06-16
1
-3
/
+14
*
Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
Mike Scheutzow
2011-06-16
1
-1
/
+2
*
ac3enc: use correct alignment and length in channel coupling dsp functions.
Justin Ruggles
2011-06-15
1
-11
/
+13
*
ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
Mans Rullgard
2011-06-15
2
-19
/
+25
*
ARM: factor some repetitive code into macros
Mans Rullgard
2011-06-14
2
-174
/
+69
*
Fix SVQ3 after adding 4:4:4 H.264 support
Jason Garrett-Glaser
2011-06-13
1
-12
/
+16
*
H.264: fix CODEC_FLAG_GRAY
Jason Garrett-Glaser
2011-06-13
2
-65
/
+84
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
18
-646
/
+1608
*
ac3enc: fix allocation of floating point samples.
Justin Ruggles
2011-06-13
3
-9
/
+32
*
ac3enc: remove empty ac3_float function that is never called
Justin Ruggles
2011-06-13
3
-12
/
+0
*
ac3enc: split templated float vs. fixed functions into a separate file.
Justin Ruggles
2011-06-13
8
-445
/
+577
*
ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct
Justin Ruggles
2011-06-13
2
-8
/
+12
*
ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output
Justin Ruggles
2011-06-13
2
-4
/
+9
*
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
17
-1669
/
+687
*
Fix SVQ3 after adding 4:4:4 H.264 support
Jason Garrett-Glaser
2011-06-13
1
-12
/
+16
*
H.264: fix CODEC_FLAG_GRAY
Jason Garrett-Glaser
2011-06-13
2
-65
/
+84
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
16
-635
/
+1594
*
h264_parser: Fix whitespace after previous change.
Philip Langdale
2011-06-13
1
-14
/
+15
*
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
Philip Langdale
2011-06-13
1
-1
/
+1
*
h264: don't be so picky on decoding pps in extradata.
Michael Niedermayer
2011-06-13
1
-1
/
+1
*
avcodec.h: add or elaborate on some documentation comments.
Wim Lewis
2011-06-13
1
-5
/
+31
*
h264: change a few comments into error messages
Michael Niedermayer
2011-06-13
1
-7
/
+17
*
ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).
Reimar Döffinger
2011-06-13
1
-1
/
+1
[next]