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
...
*
Remove VLAs in ff_amrwb_lsp2lpc()
Mans Rullgard
2011-07-18
2
-3
/
+3
*
dsputil: restore mistakenly removed hunk of disabled code
Diego Biurrun
2011-07-18
1
-0
/
+11
*
dsputil: remove disabled code
Diego Biurrun
2011-07-18
2
-71
/
+0
*
tta: remove disabled code
Diego Biurrun
2011-07-18
1
-31
/
+0
*
x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template
Martin Storsjö
2011-07-18
1
-1
/
+1
*
simple_idct: remove disabled code
Diego Biurrun
2011-07-17
2
-145
/
+0
*
motion_est: remove disabled code
Diego Biurrun
2011-07-17
2
-193
/
+0
*
vc1: remove disabled code
Diego Biurrun
2011-07-17
1
-9
/
+0
*
cabac: Move code only used in the cabac test program to cabac.c.
Diego Biurrun
2011-07-17
2
-172
/
+134
*
dct-test: remove write-only variable
Mans Rullgard
2011-07-16
1
-4
/
+0
*
Use LOCAL_ALIGNED in ff_check_alignment()
Mans Rullgard
2011-07-16
1
-1
/
+1
*
arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()
Diego Biurrun
2011-07-16
1
-20
/
+0
*
Remove commented-out call to non-existing function print_pow1().
Diego Biurrun
2011-07-16
1
-4
/
+0
*
Do not decode RV30 files if the extradata is too small
Rafaël Carré
2011-07-16
1
-0
/
+1
*
flashsv: split flashsv_decode_block() off from flashsv_decode_frame().
Diego Biurrun
2011-07-16
1
-34
/
+43
*
ppc: remove disabled code
Diego Biurrun
2011-07-16
4
-61
/
+0
*
libspeexdec: Drop const qualifier to silence compiler warning.
Diego Biurrun
2011-07-16
1
-1
/
+1
*
libopenjpeg: Drop const qualifier to silence compiler warning.
Diego Biurrun
2011-07-16
1
-1
/
+1
*
alac: Remove unused dummy code.
Diego Biurrun
2011-07-16
1
-11
/
+0
*
Remove unused structs and tables.
Diego Biurrun
2011-07-16
4
-255
/
+2
*
vaapi: do not assert on value read from input bitstream
Diego Biurrun
2011-07-16
1
-3
/
+3
*
flashsvenc: replace bitstream description by a link to the specification
Diego Biurrun
2011-07-16
1
-14
/
+5
*
flashsvenc: drop unnecessary cast
Diego Biurrun
2011-07-16
1
-1
/
+1
*
flashsvenc: improve some variable names and fix corresponding comments
Diego Biurrun
2011-07-16
1
-7
/
+9
*
flashsvenc: merge two consecutive if-conditions
Diego Biurrun
2011-07-16
1
-4
/
+3
*
flashsvenc: merge variable declarations and initializations
Diego Biurrun
2011-07-16
1
-10
/
+3
*
flashsvenc: convert some debug av_log() to av_dlog()
Diego Biurrun
2011-07-16
1
-2
/
+2
*
flashsvenc: whitespace cosmetics
Diego Biurrun
2011-07-16
1
-7
/
+11
*
flashsvenc: drop some unnecessary parentheses
Diego Biurrun
2011-07-16
1
-9
/
+9
*
flashsvenc: fix some comment typos
Diego Biurrun
2011-07-16
1
-14
/
+13
*
aacps: skip some memcpy() if src and dst would be equal
Mans Rullgard
2011-07-15
1
-8
/
+11
*
doxygen: replace @sa tag by the more readable but equivalent @see
Diego Biurrun
2011-07-15
5
-7
/
+7
*
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-15
8
-20
/
+12
*
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-07-15
17
-67
/
+102
*
ac3enc: Mark AVClasses const
Martin Storsjö
2011-07-15
3
-6
/
+6
*
doxygen: misc consistency cosmetics
Diego Biurrun
2011-07-14
4
-9
/
+5
*
doxygen: consistently place brief description
Diego Biurrun
2011-07-14
9
-9
/
+12
*
doxygen: place empty line between brief description and detailed description
Diego Biurrun
2011-07-14
3
-0
/
+3
*
Add an APIChanges entry and bump minor versions for recent changes.
Anton Khirnov
2011-07-14
1
-1
/
+1
*
doxygen: Move function documentation into the macro generating the function.
Diego Biurrun
2011-07-14
1
-12
/
+12
*
doxygen: Make sure parameter names match between .c and .h files.
Diego Biurrun
2011-07-14
1
-4
/
+2
*
h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h
Diego Biurrun
2011-07-14
2
-418
/
+418
*
H.264: Add more x86 assembly for 10-bit H.264 predict functions
Daniel Kang
2011-07-13
2
-1
/
+253
*
ac3enc: merge AC3MDCTContext with AC3EncodeContext.
Justin Ruggles
2011-07-13
5
-36
/
+26
*
ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext
Justin Ruggles
2011-07-13
3
-13
/
+14
*
ac3enc: fix memleak
Justin Ruggles
2011-07-13
1
-0
/
+4
*
mpeg1video: add CODEC_CAP_SLICE_THREADS.
Ronald S. Bultje
2011-07-13
1
-1
/
+1
*
lavf: Cleanup try_decode_frame() logic.
Alex Converse
2011-07-13
1
-3
/
+0
*
h264: move decode_mb_skip() from h264.h to h.264_mvpred.h
Diego Biurrun
2011-07-12
2
-41
/
+39
*
dnxhdenc: Replace a forward declaration by the proper #include.
Diego Biurrun
2011-07-12
1
-2
/
+1
[prev]
[next]