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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store pts
Jordi Ortiz
2012-05-08
1
-30
/
+67
*
options_table: Add some missing #includes to fix "make checkheaders".
Alex Converse
2012-05-08
1
-0
/
+6
*
lagarith: add YUY2 decoding support
Kostya Shishkov
2012-05-08
1
-3
/
+71
*
Support decoding unaligned rgb24 lagarith.
Carl Eugen Hoyos
2012-05-08
1
-1
/
+2
*
dv: Split profile handling code into a separate file.
Diego Biurrun
2012-05-07
5
-356
/
+408
*
qdm2: clip array indices returned by qdm2_get_vlc().
Ronald S. Bultje
2012-05-07
1
-5
/
+13
*
avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()
Justin Ruggles
2012-05-07
1
-1
/
+0
*
avcodec: for audio encoding, reset output packet when it is not valid
Justin Ruggles
2012-05-07
1
-1
/
+4
*
avcodec: refactor avcodec_encode_audio2() to merge common branches
Justin Ruggles
2012-05-07
1
-3
/
+3
*
avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()
Justin Ruggles
2012-05-07
1
-68
/
+2
*
libschroedinger: Switch to function names more in line with Libav style.
Diego Biurrun
2012-05-07
3
-12
/
+12
*
Move code shared between libdirac and libschroedinger to libschroedinger.
Diego Biurrun
2012-05-07
7
-247
/
+180
*
h264: Remove a commented-out function pointer typedef.
Diego Biurrun
2012-05-07
1
-1
/
+0
*
txd: Remove write-only variable in txd_decode_frame().
Diego Biurrun
2012-05-07
1
-3
/
+2
*
mmvideo.c: Remove unused variable in mm_decode_pal().
Diego Biurrun
2012-05-07
1
-2
/
+1
*
build: cosmetics: Add missing end-of-line backslashes to item lists.
Diego Biurrun
2012-05-07
1
-1
/
+2
*
build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.
Diego Biurrun
2012-05-07
1
-5
/
+26
*
libschroedinger: Move a function to avoid a forward declaration.
Diego Biurrun
2012-05-07
1
-7
/
+4
*
pthread: warn on high thread counts
Sean McGovern
2012-05-07
1
-0
/
+5
*
lavc: add sample rate and channel layout to AVFrame.
Anton Khirnov
2012-05-07
3
-1
/
+21
*
zerocodec: check if the previous frame is missing
Paul B Mahol
2012-05-06
1
-0
/
+4
*
dfa: use more meaningful return codes
Kostya Shishkov
2012-05-06
1
-27
/
+27
*
eatgv: check vector_bits
Michael Niedermayer
2012-05-06
1
-0
/
+6
*
eatgv: check motion vectors
Kostya Shishkov
2012-05-06
1
-6
/
+8
*
Mark a number of variables only used in av_dlog() calls as av_unused.
Diego Biurrun
2012-05-06
1
-1
/
+2
*
dvdec: drop const qualifier from variable to eliminate a warning
Diego Biurrun
2012-05-06
1
-1
/
+1
*
avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.
Robert Nagy
2012-05-06
1
-1
/
+1
*
lagarith: make offset array type unsigned
Kostya Shishkov
2012-05-06
1
-1
/
+1
*
dfa: add some checks to ensure that decoder won't write past frame end
Kostya Shishkov
2012-05-06
1
-1
/
+7
*
aacps: NEON optimisations
Mans Rullgard
2012-05-05
5
-2
/
+337
*
aacps: align some arrays
Mans Rullgard
2012-05-05
6
-37
/
+41
*
aacps: move some loops to function pointers
Mans Rullgard
2012-05-05
5
-161
/
+331
*
WMAL: Shift output samples by the specified number of padding zeroes.
Jakub Stachowski
2012-05-05
1
-2
/
+2
*
WMAL: Restore removed code in mclms_predict()
Mashiat Sarker Shakkhar
2012-05-05
1
-0
/
+2
*
png: check bit depth for PAL8/Y400A pixel formats.
Ronald S. Bultje
2012-05-04
1
-2
/
+4
*
celp filters: Do not read earlier than the start of the 'out' vector.
Alex Converse
2012-05-04
1
-3
/
+1
*
vqavideo: return error if image size is not a multiple of block size
Mans Rullgard
2012-05-03
1
-0
/
+6
*
mpeg12: fixed parsing in some mpeg2 streams
Hendrik Leppkes
2012-05-03
1
-0
/
+1
*
Add SMPTE240M transfer characteristics flag.
Hendrik Leppkes
2012-05-03
1
-0
/
+1
*
motionpixels: Clip YUV values after applying a gradient.
Alex Converse
2012-05-02
1
-0
/
+6
*
jpeg: handle progressive in second field of interlaced.
Ronald S. Bultje
2012-05-02
1
-3
/
+2
*
ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
Michael Niedermayer
2012-05-02
1
-0
/
+16
*
h263: more strictly forbid frame size changes with frame-mt.
Ronald S. Bultje
2012-05-02
1
-5
/
+7
*
h264: additional protection against unsupported size/bitdepth changes.
Ronald S. Bultje
2012-05-02
2
-2
/
+5
*
tta: prevents overflows for 32bit integers in header.
Ronald S. Bultje
2012-05-02
1
-3
/
+5
*
vp8: update frame size changes on thread context switches.
Ronald S. Bultje
2012-05-02
1
-0
/
+2
*
snowdsp: explicitily state instruction size.
Ronald S. Bultje
2012-05-02
1
-2
/
+2
*
wmall: fix reconstructing audio with uncoded channels
Kostya Shishkov
2012-05-02
1
-3
/
+3
*
WMAL cosmetics: fix indentation
Mashiat Sarker Shakkhar
2012-05-02
1
-1
/
+1
*
indeo3: fix motion vector validation
Hendrik Leppkes
2012-05-01
1
-2
/
+2
[next]