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
...
*
cosmetics: rename for consistency after previous aac and ac3 parsers move
Aurelien Jacobs
2007-05-08
4
-11
/
+11
*
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-08
8
-313
/
+432
*
avoid multiple inclusion of ac3.h
Aurelien Jacobs
2007-05-08
1
-0
/
+5
*
cosmetics: remove duplicate transpose macro
Loren Merritt
2007-05-08
2
-12
/
+6
*
Move H.263 parser to its own file.
Diego Biurrun
2007-05-08
4
-70
/
+116
*
add doxygen comments
Ivo van Poorten
2007-05-07
1
-0
/
+16
*
cosmetics: fix inconsistent indentation
Aurelien Jacobs
2007-05-07
1
-4
/
+4
*
fix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs
2007-05-07
1
-10
/
+9
*
Renderware TXD decoder
Ivo van Poorten
2007-05-07
4
-0
/
+169
*
generic S3TC DXT1 and DXT3 decoding functions
Ivo van Poorten
2007-05-07
2
-0
/
+132
*
RoQ audio encoder
Vitor Sessak
2007-05-07
4
-1
/
+180
*
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-05-07
17
-42
/
+42
*
fix possibly exploitable stack overflow with num_sprite_warping_points (found...
Michael Niedermayer
2007-05-06
1
-0
/
+5
*
Add prefix to some variables for consistency
Kostya Shishkov
2007-05-06
3
-28
/
+28
*
Move VC-1 data to .c file
Kostya Shishkov
2007-05-06
3
-618
/
+771
*
Make vc1_parser.c compilable without special defines
Kostya Shishkov
2007-05-06
2
-3
/
+3
*
Move variables to vc1data.h
Kostya Shishkov
2007-05-06
3
-66
/
+67
*
simplify
Loren Merritt
2007-05-06
1
-9
/
+4
*
Move dvdsub parser to its own file.
Diego Biurrun
2007-05-06
3
-61
/
+82
*
Rename dvbsubdec_parser.c to dvbsub_parser.c.
Diego Biurrun
2007-05-06
2
-1
/
+1
*
simplify
Loren Merritt
2007-05-06
1
-10
/
+4
*
faster and simpler vp6 bilinear mc
Loren Merritt
2007-05-06
1
-24
/
+4
*
Move dvbsubdec parser to its own file.
Diego Biurrun
2007-05-06
3
-171
/
+197
*
Remove superfluous #includes, parser.h now includes its prerequisites.
Diego Biurrun
2007-05-05
3
-3
/
+1
*
ff_frame_rate_tab is now declared in mpegvideo.h
Aurelien Jacobs
2007-05-05
1
-1
/
+0
*
avoid a clash between two definitions of SEQ_START_CODE
Aurelien Jacobs
2007-05-05
2
-2
/
+2
*
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
Aurelien Jacobs
2007-05-05
3
-4
/
+4
*
move mpegvideo_parser in it's own file
Aurelien Jacobs
2007-05-05
4
-175
/
+199
*
avoid a 'discards qualifiers from pointer' warning
Aurelien Jacobs
2007-05-05
1
-1
/
+1
*
move mpegaudio_parser in it's own file
Aurelien Jacobs
2007-05-05
3
-198
/
+221
*
move mpeg4video_parser in it's own file
Aurelien Jacobs
2007-05-05
3
-79
/
+101
*
parser.h uses AVCodecContext so it needs to include avcodec.h
Aurelien Jacobs
2007-05-05
1
-0
/
+1
*
set CODEC_CAP_DR1 for vp5 and vp6 decoders
Aurelien Jacobs
2007-05-05
2
-0
/
+3
*
parser.c is compiled unconditionally, there is no need to compile it
Diego Biurrun
2007-05-05
1
-1
/
+1
*
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun
2007-05-05
8
-12
/
+12
*
Fix warning:
Diego Biurrun
2007-05-05
1
-1
/
+1
*
parser.c is compiled unconditionally, there is no need to compile it
Diego Biurrun
2007-05-05
1
-1
/
+1
*
Move H.261 parser to its own file.
Diego Biurrun
2007-05-04
3
-66
/
+92
*
100l to myself. Do not include stuff unneeded by parser
Kostya Shishkov
2007-05-04
2
-0
/
+3
*
Typo
Kostya Shishkov
2007-05-04
1
-1
/
+1
*
Move some declarations into header
Kostya Shishkov
2007-05-04
2
-327
/
+328
*
Rename oggvorbis decoder to libvorbis.
Diego Biurrun
2007-05-04
3
-6
/
+6
*
Move VC1 parser to its own file.
Diego Biurrun
2007-05-04
4
-106
/
+156
*
Move dca parser to its own file.
Diego Biurrun
2007-05-03
4
-108
/
+158
*
Give libamr decoders/encoders a lib prefix in the name.
Diego Biurrun
2007-05-03
4
-21
/
+21
*
Rename dts_decoder to libdts_decoder.
Diego Biurrun
2007-05-03
3
-4
/
+4
*
Remove unused variable.
Diego Biurrun
2007-05-02
1
-2
/
+0
*
cosmetics: indention after last commit
Justin Ruggles
2007-05-02
1
-4
/
+4
*
use downmixing coefficients in dca decoder.
Justin Ruggles
2007-05-02
2
-19
/
+47
*
enable multichannel output in dca decoder.
Justin Ruggles
2007-05-02
1
-3
/
+19
[prev]
[next]