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
*
indeo4: Check the block size if reusing the band configuration
Luca Barbato
2013-10-13
1
-0
/
+8
*
lavc doxy: extend/clarify avcodec_decode_audio4() doxy
Anton Khirnov
2013-10-12
1
-6
/
+18
*
lavc doxy: remove false statements about alignment requirements.
Anton Khirnov
2013-10-12
1
-10
/
+0
*
prores: Reject negative run and level values
Luca Barbato
2013-10-10
1
-0
/
+4
*
shorten: Fix out-of-array read
Tim Walker
2013-10-10
1
-1
/
+1
*
atrac3: Better name for IMDCT window initialization
Maxim Poliakovski
2013-10-10
1
-2
/
+2
*
atrac3: Remove unused gain compensation tables
Maxim Poliakovski
2013-10-10
1
-10
/
+0
*
prores: Error out only on surely incomplete ac_coeffs
Luca Barbato
2013-10-10
1
-1
/
+1
*
prores: Add a codepath for decoding errors
Luca Barbato
2013-10-10
1
-29
/
+42
*
vp6: Support cropping to AVCodecContext.width/height
Martin Storsjö
2013-10-10
1
-4
/
+14
*
jpeg2000: Check block length
Luca Barbato
2013-10-09
1
-0
/
+7
*
vmnc: Use meaningful return values
Luca Barbato
2013-10-09
1
-9
/
+9
*
vmnc: Check the cursor dimensions
Luca Barbato
2013-10-09
1
-3
/
+20
*
vmnc: Port to bytestream2
Luca Barbato
2013-10-09
1
-75
/
+57
*
vmnc: K&R formatting cosmetics
Luca Barbato
2013-10-09
1
-157
/
+195
*
shorten: Extend fixed_coeffs to properly support pred_order 0
Luca Barbato
2013-10-09
1
-2
/
+8
*
x86: h264_idct: Update comments to match 8/10-bit depth optimization split
Diego Biurrun
2013-10-07
1
-32
/
+42
*
x86inc: Utilize the shadow space on 64-bit Windows
Henrik Gramner
2013-10-07
2
-14
/
+9
*
x86: fdct: Employ more specific ifdefs
Diego Biurrun
2013-10-06
1
-2
/
+10
*
x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmx
Diego Biurrun
2013-10-05
3
-39
/
+67
*
x86: fdct: Initialize optimized fdct implementations in the standard way
Diego Biurrun
2013-10-05
1
-11
/
+11
*
x86: xviddct: Employ more specific ifdefs
Diego Biurrun
2013-10-05
3
-16
/
+28
*
x86: fdct: Only build fdct code if encoders have been enabled
Diego Biurrun
2013-10-04
1
-1
/
+1
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
267
-338
/
+338
*
atrac: Add missing av_cold
Maxim Poliakovski
2013-10-03
1
-1
/
+1
*
atrac3: Generalize gain compensation code
Maxim Poliakovski
2013-10-03
3
-75
/
+118
*
Use correct Doxygen syntax
Diego Biurrun
2013-10-03
2
-11
/
+11
*
atrac: Move doxygen comments to the header
Maxim Poliakovski
2013-10-03
2
-21
/
+20
*
atrac3: Replace a silly counter variable name with plain 'j'
Diego Biurrun
2013-10-03
1
-5
/
+5
*
lavc: mark deprecated AVCodec.max_lowres for removal on next bump
Anton Khirnov
2013-10-02
1
-0
/
+2
*
pcx: Return an error on broken palette if err_detect is set to 'explode'
Martin Storsjö
2013-09-29
1
-2
/
+4
*
pcx: Check the packet size before assuming it fits a palette
Martin Storsjö
2013-09-29
1
-0
/
+6
*
rpza: Fix a buffer size check
Martin Storsjö
2013-09-29
1
-1
/
+1
*
xxan: Disallow odd width
Martin Storsjö
2013-09-29
1
-0
/
+4
*
xan: Only read within the data that actually was initialized
Martin Storsjö
2013-09-29
1
-5
/
+7
*
xan: Use bytestream2 to limit reading to within the buffer
Martin Storsjö
2013-09-29
1
-12
/
+10
*
pcx: Consume the whole packet if giving up due to missing palette
Martin Storsjö
2013-09-29
1
-0
/
+1
*
pngdec: Stop trying to decode once inflate returns Z_STREAM_END
Martin Storsjö
2013-09-29
1
-0
/
+4
*
alac: Do bounds checking of lpc_order read from the bitstream
Martin Storsjö
2013-09-29
1
-0
/
+3
*
pcm: support 24-bit/32-bit little-endian planar
Paul B Mahol
2013-09-27
7
-15
/
+56
*
g2meet: Respect cursor_stride properly everywhere
Kostya Shishkov
2013-09-25
1
-0
/
+3
*
lavc doxy: document that avcodec_flush_buffers() invalidates decoded frames
Anton Khirnov
2013-09-24
1
-5
/
+11
*
h264: do not reinitialize the global cabac tables at each slice header
Anton Khirnov
2013-09-24
2
-1
/
+8
*
cabac: remove write-only h264_mps_state[]
Anton Khirnov
2013-09-24
1
-6
/
+2
*
lavc: add support for interleaved chroma formats to libx264.
Kieran Kunhya
2013-09-24
1
-0
/
+6
*
h264_sei: check SEI size
Michael Niedermayer
2013-09-24
1
-0
/
+6
*
h264: do not discard NAL_SEI when skipping frames
Rainer Hochecker
2013-09-24
1
-2
/
+3
*
h264: log extradata skip only for non-ignored NALs
Vittorio Giovara
2013-09-24
1
-2
/
+5
*
h264_sei: log unknown sei messages
Vittorio Giovara
2013-09-24
1
-0
/
+1
*
mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0
Martin Storsjö
2013-09-24
1
-8
/
+8
[next]