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
...
*
vp3: integrate clear_blocks with idct of previous block.
Ronald S. Bultje
2013-01-19
7
-20
/
+45
*
mpegvideo: fix loop condition in draw_line()
Xi Wang
2013-01-19
1
-1
/
+1
*
dvdsubdec: parse the size from the extradata
Clément Bœsch
2013-01-19
1
-0
/
+6
*
x86: dsputil: Drop some unused macro definitions
Diego Biurrun
2013-01-18
1
-4
/
+0
*
x86: Add a Yasm-based emms() replacement
Martin Storsjö
2013-01-18
4
-0
/
+58
*
x86inc: Add cvisible macro for C functions with public prefix
Diego Biurrun
2013-01-18
2
-14
/
+29
*
x86inc: Rename "program_name" to "private_prefix"
Diego Biurrun
2013-01-18
3
-10
/
+10
*
configure: Run SHFLAGS through ldflags_filter()
Sean McGovern
2013-01-18
1
-1
/
+1
*
h264: avoid pointless copying of ref lists
Anton Khirnov
2013-01-18
2
-3
/
+2
*
lavr: always reset mix function names and pointers in mix_function_init()
Justin Ruggles
2013-01-17
1
-3
/
+4
*
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
Justin Ruggles
2013-01-17
1
-5
/
+1
*
fate: update ref after rv30_loop_filter fix
Luca Barbato
2013-01-17
2
-164
/
+164
*
rv30: fix masking in rv30_loop_filter()
Xi Wang
2013-01-17
1
-2
/
+2
*
lavc: support ZenoXVID custom tag
Luca Barbato
2013-01-17
2
-1
/
+2
*
libcdio: support recent cdio-paranoia
Luca Barbato
2013-01-17
2
-2
/
+12
*
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
Martin Storsjö
2013-01-17
1
-3
/
+3
*
theora: Skip zero-sized headers
Martin Storsjö
2013-01-17
1
-0
/
+2
*
idcin: fix memleaks in idcin_read_packet()
Justin Ruggles
2013-01-16
1
-1
/
+4
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
22
-225
/
+251
*
rtpdec_mpeg4: Check the remaining amount of data before reading
Martin Storsjö
2013-01-16
1
-2
/
+11
*
rtpdec_mpeg4: Check the return value from malloc
Martin Storsjö
2013-01-15
1
-1
/
+5
*
srtp: Mark a few variables as uninitialized
Martin Storsjö
2013-01-15
1
-2
/
+2
*
configure: Make the new srtp protocol depend on the rtp protocol
Martin Storsjö
2013-01-15
1
-0
/
+1
*
lavf: Add a fate test for the SRTP functions
Martin Storsjö
2013-01-15
4
-0
/
+142
*
lavu: Add a fate test for the HMAC API
Martin Storsjö
2013-01-15
4
-0
/
+59
*
h264: add 3 pixels below for subpixel filter wait position
Ronald S. Bultje
2013-01-15
1
-3
/
+4
*
dvdsubdec: Support palette in mkv
Joakim Plate
2013-01-15
1
-5
/
+55
*
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
Diego Biurrun
2013-01-15
2
-5
/
+10
*
vf_fps: add final flushed frames to the dropped frame count
Justin Ruggles
2013-01-15
1
-0
/
+1
*
rv34_parser: Adjust #if for disabling individual parsers
Diego Biurrun
2013-01-15
1
-2
/
+2
*
x86: ABSB2: port to cpuflags
Diego Biurrun
2013-01-15
1
-8
/
+6
*
x86: ABSB: port to cpuflags
Diego Biurrun
2013-01-15
1
-6
/
+5
*
sdp: Include SRTP crypto params if using the srtp protocol
Martin Storsjö
2013-01-15
1
-1
/
+14
*
lavf: Add a protocol for SRTP encryption/decryption
Martin Storsjö
2013-01-15
4
-2
/
+148
*
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
Martin Storsjö
2013-01-15
7
-3
/
+38
*
lavf: Add functions for SRTP decryption/encryption
Martin Storsjö
2013-01-15
2
-0
/
+345
*
lavu: Add an API for calculating HMAC (RFC 2104)
Martin Storsjö
2013-01-15
5
-1
/
+239
*
libx264: use the library specific default rc_initial_buffer_occupancy
Luca Barbato
2013-01-15
1
-1
/
+2
*
lavc: set the default rc_initial_buffer_occupancy
Luca Barbato
2013-01-15
2
-2
/
+3
*
nutdec: Always return a value from nut_read_timestamp()
Diego Biurrun
2013-01-15
1
-1
/
+1
*
configure: Make warnings from -Wreturn-type fatal errors
Diego Biurrun
2013-01-14
1
-0
/
+2
*
x86: ABS2: port to cpuflags
Diego Biurrun
2013-01-14
3
-21
/
+13
*
vdpau: Remove av_unused attribute from function declaration
Rémi Denis-Courmont
2013-01-14
1
-2
/
+1
*
h264: fix ff_generate_sliding_window_mmcos() prototype.
Anton Khirnov
2013-01-14
3
-6
/
+12
*
suncc: Replace more GCC flags by their equivalents in suncc_flags()
Sean McGovern
2013-01-14
1
-1
/
+2
*
libtheoraenc: fix granularity of video quality
Maximilian Seesslen
2013-01-14
1
-1
/
+1
*
oggparsetheora: fix comment header parsing
Giorgio Vazzana
2013-01-14
1
-1
/
+1
*
h264: don't clobber mmco opcode tables for non-first slice headers.
Ronald S. Bultje
2013-01-14
3
-46
/
+114
*
libvpx: make vp8 and vp9 selectable
Luca Barbato
2013-01-14
5
-32
/
+44
*
libvpx: support vp9
Luca Barbato
2013-01-14
4
-4
/
+68
[prev]
[next]