index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
150
-2033
/
+1488
|
\
|
*
ffmpeg: fix some indentation
Mans Rullgard
2011-07-17
1
-6
/
+6
|
*
ffmpeg: fix operation with --disable-avfilter
Mans Rullgard
2011-07-17
1
-4
/
+7
|
*
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
|
*
fate: separate lavf-mxf_d10 test from lavf-mxf
Mans Rullgard
2011-07-17
4
-4
/
+7
|
*
cabac: Move code only used in the cabac test program to cabac.c.
Diego Biurrun
2011-07-17
2
-172
/
+134
|
*
ffplay: warn that -pix_fmt is no longer working, suggest alternative
Stefano Sabatini
2011-07-17
2
-4
/
+5
|
*
ffplay: warn that -s is no longer working, suggest alternative
Stefano Sabatini
2011-07-17
2
-13
/
+5
|
*
lavf: rename enc variable in utils.c:has_codec_parameters()
Stefano Sabatini
2011-07-17
1
-12
/
+12
|
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
132
-1466
/
+1311
|
*
wav: remove a use of deprecated AV_METADATA_ macro
Anton Khirnov
2011-07-17
1
-1
/
+1
|
*
rmdec: remove useless ap parameter from rm_read_header_old()
Anton Khirnov
2011-07-17
1
-2
/
+2
|
*
dct-test: remove write-only variable
Mans Rullgard
2011-07-16
1
-4
/
+0
|
*
des: fix #if conditional around P_shuffle
Mans Rullgard
2011-07-16
1
-1
/
+1
|
*
Use LOCAL_ALIGNED in ff_check_alignment()
Mans Rullgard
2011-07-16
1
-1
/
+1
*
|
Revert "Do not decode RV30 files if the extradata is too small"
Michael Niedermayer
2011-07-17
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-16
20
-498
/
+144
|
\
\
|
|
/
|
*
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
|
*
lavf/utils: drop av_ prefixes from static functions.
Anton Khirnov
2011-07-15
1
-30
/
+30
|
*
avio: don't replicate avio_alloc_context functionality.
Anton Khirnov
2011-07-15
1
-10
/
+3
*
|
Revert "ffmpeg: get rid of a pointless limit on number of streams."
Michael Niedermayer
2011-07-16
1
-1
/
+4
*
|
lavfi: add audio channel packing negotiation fields
Mina Nagy Zaki
2011-07-16
6
-3
/
+51
*
|
mpegvideo: fix compilation after 900321b08c95bd42e6db53864bfffbe48d6019da
Stefano Sabatini
2011-07-16
1
-2
/
+2
*
|
Don't mark generated dummy frame output from mpeg1/2 decoder as keyframe.
elupus
2011-07-16
1
-0
/
+2
*
|
Patch for memory leaks in DVB subtitles decoder
Jernej Fijačko
2011-07-16
1
-0
/
+1
*
|
ffmpeg: fix muxer private options (bug introduced by anton khirnov)
Michael Niedermayer
2011-07-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-15
65
-156
/
+198
|
\
\
|
|
/
|
*
configure: Automatically add more flags required on symbian
Martin Storsjö
2011-07-15
1
-1
/
+8
|
*
mem.h: switch doxygen parameter order to match function prototype
Diego Biurrun
2011-07-15
1
-2
/
+2
[next]