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
*
lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h
Justin Ruggles
2012-11-11
6
-184
/
+197
*
mss2: prevent potential uninitialized reads
Alberto Delmás
2012-11-11
1
-2
/
+2
*
mss2: reindent after last commit
Kostya Shishkov
2012-11-11
1
-34
/
+34
*
mss2: fix handling of unmasked implicit WMV9 rectangles
Alberto Delmás
2012-11-11
1
-10
/
+13
*
configure: add lavu dependency to lavr/lavfi .pc files
Anton Khirnov
2012-11-11
1
-2
/
+2
*
x86inc: Set program_name outside of x86inc.asm
Diego Biurrun
2012-11-11
2
-1
/
+2
*
x86: h264_qpel_10bit: drop unused parameter from MC10/MC20/MC30 macros
Diego Biurrun
2012-11-10
1
-5
/
+5
*
x86: PALIGNR: port to cpuflags
Diego Biurrun
2012-11-09
6
-64
/
+9
*
x86: h264_qpel_10bit: port to cpuflags
Diego Biurrun
2012-11-09
1
-159
/
+155
*
flacenc: ensure the order is within the min/max range in LPC order search
Justin Ruggles
2012-11-08
1
-3
/
+5
*
avconv: rescale packet duration to muxer time base when flushing encoders
Justin Ruggles
2012-11-08
1
-0
/
+2
*
add 24-bit FLAC encoding to Changelog
Justin Ruggles
2012-11-08
1
-1
/
+5
*
rtpenc_aac: Fix calculation of the header size
Luca Abeni
2012-11-08
1
-2
/
+2
*
x86: h264_intrapred: port to cpuflags
Diego Biurrun
2012-11-08
1
-111
/
+119
*
libvpxenc: Allow enabling constrained quality (CQ) mode
James Zern
2012-11-08
2
-4
/
+10
*
libopencore-amr: Check the return value of amr_decode_fix_avctx
Martin Storsjö
2012-11-07
1
-15
/
+10
*
fate: atrac: Place atrac1 and atrac3 tests in different groups
Diego Biurrun
2012-11-06
1
-7
/
+11
*
fate: aac: cosmetics: Group AAC LATM tests together
Diego Biurrun
2012-11-06
1
-8
/
+8
*
x86: avresample: Add missing colons to assembly labels
Diego Biurrun
2012-11-06
1
-2
/
+2
*
FATE: add a 24-bit FLAC encoding test
Justin Ruggles
2012-11-05
1
-0
/
+6
*
FATE: rename FLAC tests from flac-* to flac-16-*
Justin Ruggles
2012-11-05
1
-12
/
+13
*
flacenc: use RICE2 entropy coding mode for 24-bit
Justin Ruggles
2012-11-05
1
-16
/
+39
*
flacenc: add 24-bit encoding
Justin Ruggles
2012-11-05
1
-25
/
+63
*
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
Justin Ruggles
2012-11-05
4
-110
/
+158
*
flacenc: use uint64_t for bit counts
Justin Ruggles
2012-11-05
1
-25
/
+33
*
flacenc: remove wasted trailing 0 bits
Justin Ruggles
2012-11-05
1
-2
/
+37
*
lavu: add av_ctz() for trailing zero bit count
Justin Ruggles
2012-11-05
5
-2
/
+65
*
flacenc: use a separate buffer for byte-swapping for MD5 checksum on big-endian
Justin Ruggles
2012-11-05
1
-9
/
+28
*
fate: aac: Place LATM tests and general AAC tests in different groups
Diego Biurrun
2012-11-05
1
-6
/
+11
*
build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
Diego Biurrun
2012-11-05
1
-1
/
+1
*
x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabled
Diego Biurrun
2012-11-05
1
-1
/
+1
*
x86: PABSW: port to cpuflags
Diego Biurrun
2012-11-05
2
-15
/
+10
*
x86: vc1dsp: port to cpuflags
Diego Biurrun
2012-11-05
2
-43
/
+44
*
rtmp: Use av_strlcat instead of strncat
Martin Storsjö
2012-11-05
1
-1
/
+1
*
doc: add apidoc target for doxygen API documentation
Janne Grunau
2012-11-02
3
-2
/
+23
*
matroskadec: do not use avpacket internals
Anton Khirnov
2012-11-02
1
-7
/
+8
*
lavf: fix av_interleaved_write_frame() doxy.
Anton Khirnov
2012-11-02
1
-2
/
+2
*
lavf: clarify the lifetime of demuxed packets.
Anton Khirnov
2012-11-02
1
-10
/
+16
*
avconv: do not free muxed packet on streamcopy.
Anton Khirnov
2012-11-02
1
-1
/
+0
*
crc: move doxy to the header
Anton Khirnov
2012-11-02
2
-28
/
+30
*
vf_drawtext: do not use deprecated av_tree_node_size
Anton Khirnov
2012-11-02
1
-1
/
+1
*
x86: Refactor PSWAPD fallback implementations and port to cpuflags
Diego Biurrun
2012-11-02
3
-29
/
+16
*
parser: Move Doxygen documentation to the header files
Diego Biurrun
2012-11-02
3
-9
/
+9
*
PGS subtitles: Expose forced flag
John Stebbins
2012-11-02
3
-4
/
+12
*
x86: PMINUB: port to cpuflags
Diego Biurrun
2012-11-02
2
-8
/
+5
*
x86: ac3dsp: port to cpuflags
Diego Biurrun
2012-11-02
1
-42
/
+42
*
x86util: Add cpuflags_mmxext alias for cpuflags_mmx2
Diego Biurrun
2012-11-02
1
-0
/
+2
*
x86inc: Only define program_name if the macro is unset
Diego Biurrun
2012-11-02
1
-1
/
+3
*
dv1394: Swap the min and max values of the 'standard' option
Michael Niedermayer
2012-11-02
1
-1
/
+1
*
rtpdec_vp8: Don't parse fields that aren't used
Martin Storsjö
2012-11-02
1
-19
/
+6
[next]