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
*
Recognize 16-bit Interplay Video variant
Kostya Shishkov
2009-12-27
1
-1
/
+7
*
Change main loop in Interplay Video decoder, so variables x and y really mean
Kostya Shishkov
2009-12-27
1
-5
/
+6
*
Fix cdg reference and buffer_hints value:
Reimar Döffinger
2009-12-26
1
-1
/
+2
*
cosmetics: reindent
Kostya Shishkov
2009-12-25
1
-8
/
+8
*
cosmetics: Reformat some function declarations.
Diego Biurrun
2009-12-24
1
-18
/
+17
*
Auravision Aura 2 decoder
Kostya Shishkov
2009-12-23
4
-1
/
+141
*
Add Auravision Aura decoding support
Kostya Shishkov
2009-12-23
4
-2
/
+25
*
There is no need to print FFmpeg or codec name in error message
Kostya Shishkov
2009-12-23
1
-1
/
+1
*
cosmetics: correct formatting a bit
Kostya Shishkov
2009-12-23
1
-6
/
+5
*
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
Måns Rullgård
2009-12-22
1
-1
/
+1
*
Add new fields for the VDPAU/MPEG-4 back-end.
Gwenole Beauchesne
2009-12-20
1
-0
/
+2
*
Add long_name for Xxan codec.
Diego Biurrun
2009-12-19
1
-0
/
+1
*
Improve handling allocated buffers in Xan decoder
Kostya Shishkov
2009-12-19
1
-3
/
+7
*
cosmetics: reindent a bit
Kostya Shishkov
2009-12-19
1
-1
/
+1
*
Add tables used by both AMR-NB and SIPR
Vitor Sessak
2009-12-19
2
-0
/
+49
*
Cosmetic: indent after last change.
Mike Melanson
2009-12-19
1
-2
/
+2
*
Optimize unpack_vectors() by not shuffling around redundant vectors.
Mike Melanson
2009-12-19
1
-15
/
+7
*
More sane error message when extradata has not been set.
Michael Niedermayer
2009-12-18
1
-1
/
+1
*
Swap red and blue when decoding r210.
Carl Eugen Hoyos
2009-12-18
1
-2
/
+2
*
Add decoder for R210 (uncompressed 10-bit RGB) codec.
Reimar Döffinger
2009-12-17
4
-0
/
+107
*
CD+G demuxer and decoder
Michael Tison
2009-12-17
4
-0
/
+383
*
Set bits_per_raw_sample appropriately in dpx decoder.
Reimar Döffinger
2009-12-16
1
-0
/
+1
*
Cosmetics: make celp_filters.* formatting more consistent with the rest of
Vitor Sessak
2009-12-16
2
-36
/
+18
*
Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.
Vitor Sessak
2009-12-16
2
-2
/
+98
*
Undo r20874: It broke AAC decoding.
Carl Eugen Hoyos
2009-12-16
1
-3
/
+2
*
Use enum and constant to avoid three icc warnings.
Carl Eugen Hoyos
2009-12-15
1
-2
/
+3
*
Fix a typo in documentation.
Ramiro Polla
2009-12-15
1
-1
/
+1
*
Merge init & declaration of buf_end.
Michael Niedermayer
2009-12-14
1
-2
/
+2
*
Set reordered_opaque in default_reget_buffer() with internal buffers.
Michael Niedermayer
2009-12-14
1
-1
/
+3
*
Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.
Michael Niedermayer
2009-12-14
1
-0
/
+8
*
Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two icc warn...
Carl Eugen Hoyos
2009-12-14
1
-2
/
+2
*
Read and decode block data in separate functions to prepare support for
Thilo Borgmann
2009-12-13
1
-101
/
+248
*
Clarify comment: although still hacky, it is correct for existing libtheora
David Conrad
2009-12-12
1
-1
/
+2
*
libtheoraenc.c: mark keyframes
David Conrad
2009-12-12
1
-0
/
+3
*
Be less picky on invalid frame_pred_frame_dct values.
Michael Niedermayer
2009-12-12
1
-1
/
+1
*
SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
Jai Menon
2009-12-12
1
-0
/
+1
*
Commit functions used by both AMRNB and SIPR
Vitor Sessak
2009-12-12
2
-0
/
+100
*
Fail earlier for unsupported resolutions or pixel formats when encoding
Tomas Härdin
2009-12-11
1
-1
/
+12
*
indent
Michael Niedermayer
2009-12-11
1
-2
/
+2
*
Make sure av_new_packet() initializes the data and destruct pointers.
Michael Niedermayer
2009-12-11
1
-5
/
+7
*
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
Carl Eugen Hoyos
2009-12-10
1
-1
/
+2
*
Do not print 'faac:' when using libfaad.
Carl Eugen Hoyos
2009-12-10
1
-2
/
+2
*
Cosmetic (restructure RGB ljpeg check to be more readable)
Michael Niedermayer
2009-12-10
1
-8
/
+8
*
10l, Fix YUV ljpeg that i just broke by mistake.
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Correct a forgotten RGB32.
Michael Niedermayer
2009-12-10
1
-1
/
+1
*
Flip red and blue in rct-less lossless jpeg.
Michael Niedermayer
2009-12-10
1
-2
/
+2
*
Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on
Michael Niedermayer
2009-12-10
2
-2
/
+2
*
Fix RGB LJPEG encoding.
Michael Niedermayer
2009-12-10
1
-0
/
+6
*
Improve time_increment_bits guessing code.
Michael Niedermayer
2009-12-09
1
-1
/
+5
*
End startcode prefix search at the end of a AVC unit.
Michael Niedermayer
2009-12-09
1
-1
/
+2
[next]