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
*
lavc: Add missing API guard to dtg_active_format option
Vittorio Giovara
2015-07-01
1
-0
/
+2
*
Go2Meeting decoder
Kostya Shishkov
2015-07-01
5
-26
/
+1217
*
h264: Parse registered data SEI message and AFD value
Vittorio Giovara
2015-06-30
4
-1
/
+67
*
h264_sei: Group error check outside the switch block
Vittorio Giovara
2015-06-30
1
-12
/
+2
*
h263: Always check both dimensions
Luca Barbato
2015-06-30
1
-3
/
+5
*
cosmetic: Reformat ff_h263_decode_mba
Luca Barbato
2015-06-30
1
-6
/
+6
*
aic: Fix slice size computation for widths multiples of 32 macroblocks
Vittorio Giovara
2015-06-30
1
-1
/
+1
*
h264: Allow stream and container cropping at the same time
Vittorio Giovara
2015-06-30
1
-5
/
+2
*
h264: do not update the context fields copied between threads after finish_se...
Anton Khirnov
2015-06-27
3
-48
/
+89
*
h264: make sure the current picture is not made a long ref multiple times
Anton Khirnov
2015-06-27
1
-0
/
+9
*
h264: make sure the slices do not overlap during slice threading
Anton Khirnov
2015-06-27
2
-6
/
+42
*
nvenc: Fix NV12 input
Luca Barbato
2015-06-26
1
-2
/
+2
*
vc1dec: use get_bits_long and limit the read bits to 32
Andreas Cadhalpun
2015-06-26
1
-1
/
+1
*
TextureDSP: fix erroneous condition which produced blocky output for DXT
Tom Butterworth
2015-06-24
1
-1
/
+1
*
dds: Fix palette mode on big endian
Luca Barbato
2015-06-24
1
-1
/
+6
*
PCM signed 16-bit big-endian planar decoder
Paul B Mahol
2015-06-24
7
-1
/
+16
*
libvpx: fix test for VPX_IMAGE_ABI_VERSION
Janne Grunau
2015-06-24
1
-2
/
+2
*
Fix missing symbols when libvpx has only vp8 enabled
Mark Webster
2015-06-24
1
-2
/
+2
*
arm64: constify src in h264qpel dsp function definitions
Janne Grunau
2015-06-24
1
-64
/
+64
*
DirectDraw Surface image decoder
Vittorio Giovara
2015-06-22
6
-1
/
+672
*
Hap decoder and encoder
Vittorio Giovara
2015-06-22
8
-2
/
+520
*
txd: Use the TextureDSP module for decoding
Vittorio Giovara
2015-06-22
4
-159
/
+29
*
Introduce a TextureDSP module
Vittorio Giovara
2015-06-22
4
-0
/
+1335
*
Implement Snappy decompression
Luca Barbato
2015-06-22
3
-0
/
+225
*
libvpx: Support the vp9 extended profiles
Luca Barbato
2015-06-21
6
-24
/
+88
*
libvpx: Do not set vp8 only parameters when encoding in vp9
Luca Barbato
2015-06-20
1
-2
/
+5
*
mp3: enable packed main_data decoding in MP4
nu774
2015-06-20
1
-7
/
+0
*
libwebpenc: use WebPMemoryWriterClear()
James Almer
2015-06-17
1
-0
/
+4
*
aic: Improve error reporting
Vittorio Giovara
2015-06-17
1
-4
/
+11
*
h264: er: Copy from the previous reference only if compatible
Andreas Cadhalpun
2015-06-15
1
-2
/
+5
*
lavc: Clarify the behaviour of dimension and format context fields
Luca Barbato
2015-06-15
1
-3
/
+19
*
x264: Factor out the reconfiguration code
Luca Barbato
2015-06-15
1
-78
/
+86
*
fft-test: Use the float fabs() version
Vittorio Giovara
2015-06-12
1
-1
/
+1
*
on2avc: Use the integer abs() version
Vittorio Giovara
2015-06-12
1
-1
/
+1
*
h264_qpel: Use the correct header
Vittorio Giovara
2015-06-12
1
-1
/
+1
*
h264_weight: Fix SSSE3 biweight code with weights of 128
Michael Niedermayer
2015-06-12
1
-0
/
+10
*
eamad: Use the correct headers
Luca Barbato
2015-06-12
1
-2
/
+2
*
mpeg12: Move the vlc bits to a stand alone file
Luca Barbato
2015-06-12
2
-18
/
+53
*
mpegvideo: Expand macro
Vittorio Giovara
2015-06-12
6
-15
/
+42
*
mpegvideo: rv10: Move function declaration to a separate header
Vittorio Giovara
2015-06-12
7
-5
/
+38
*
mpegvideo: h263: Move all tables to a single file
Vittorio Giovara
2015-06-12
12
-279
/
+326
*
mpegvideo: Move ER functions to a separate file
Vittorio Giovara
2015-06-12
3
-66
/
+74
*
mpegvideo: Mark one function as static
Vittorio Giovara
2015-06-10
2
-5
/
+3
*
mpegvideo: Move block permutation function where is used
Vittorio Giovara
2015-06-10
3
-37
/
+38
*
mpegvideo: Drop release_unused_pictures() function
Vittorio Giovara
2015-06-10
1
-12
/
+5
*
mpegvideo: Move Picture-related functions to a separate file
Vittorio Giovara
2015-06-10
5
-474
/
+536
*
imc: add required padding for GetBitContext buffer
Janne Grunau
2015-06-09
1
-1
/
+1
*
ac3_parser: add required padding for GetBitContext buffer
Janne Grunau
2015-06-09
1
-1
/
+1
*
aac_parser: add required padding for GetBitContext buffer
Janne Grunau
2015-06-09
1
-1
/
+1
*
mpegvideo: Move OutFormat enum to mpegutils.h
Vittorio Giovara
2015-06-08
5
-7
/
+12
[next]