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: Fix a common typo, sepErate --> sepArate.
Diego Biurrun
2007-02-21
2
-4
/
+6
*
Add some more Doxygen documentation to libavcodec/utils.c.
Panagiotis Issaris
2007-02-20
1
-4
/
+44
*
Add support for MS-GSM codec
Michel Bardiaux
2007-02-20
3
-18
/
+70
*
Provide Doxygen documentation.
Panagiotis Issaris
2007-02-20
1
-6
/
+10
*
add doxygen docs for avpicture_fill()
Guillaume Poirier
2007-02-20
1
-15
/
+39
*
fix comment, get/show_bits(0) does not work
Stefan Gehrer
2007-02-19
1
-2
/
+2
*
Remove some old disabled debugging output
Michel Bardiaux
2007-02-19
1
-10
/
+0
*
simplify in fill_caches
Loren Merritt
2007-02-19
1
-29
/
+16
*
Remove a non-C dependency (being M_PI) from the libavcodec example.
Panagiotis Issaris
2007-02-18
1
-1
/
+3
*
Clairyfication of the gain tool struct.
Benjamin Larsson
2007-02-18
1
-9
/
+9
*
fix for x86-64
Måns Rullgård
2007-02-18
1
-1
/
+1
*
Don't use byte swaps and use the more portable way
Benjamin Larsson
2007-02-18
1
-8
/
+8
*
factorize more calls to fill_rectangle()
Michael Niedermayer
2007-02-18
1
-6
/
+9
*
factorize fill_rectangle() calls
Michael Niedermayer
2007-02-18
1
-8
/
+8
*
display line number when printing error
Alex Beregszaszi
2007-02-18
1
-8
/
+8
*
rewrite H264_CHROMA_MC4_TMPL (20% faster)
Michael Niedermayer
2007-02-17
1
-73
/
+61
*
remove imgresample and convert with the next version bump
Michael Niedermayer
2007-02-17
1
-7
/
+12
*
Use AVRandom
Kostya Shishkov
2007-02-17
1
-11
/
+4
*
10l: forgot break statement
Kostya Shishkov
2007-02-17
1
-0
/
+1
*
factorize fill_rectangle()
Michael Niedermayer
2007-02-16
1
-32
/
+33
*
replace list<2 checks by list<list_count
Michael Niedermayer
2007-02-16
1
-26
/
+15
*
fix 2nd ref_count check
Michael Niedermayer
2007-02-16
1
-2
/
+8
*
fix ref_count check
Michael Niedermayer
2007-02-16
1
-1
/
+1
*
factorize mv_cache and mvd_cache init
Michael Niedermayer
2007-02-16
1
-29
/
+25
*
simplify
Michael Niedermayer
2007-02-16
1
-1
/
+1
*
add a few asserts to ensure alignment
Michael Niedermayer
2007-02-16
1
-0
/
+4
*
prevent h.264 MC related functions from being inlined (yes this is much faste...
Michael Niedermayer
2007-02-16
1
-13
/
+13
*
Spelling fix
Michel Bardiaux
2007-02-15
1
-3
/
+3
*
Spelling fix
Michel Bardiaux
2007-02-15
1
-1
/
+1
*
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
Diego Biurrun
2007-02-14
1
-0
/
+47
*
doxy for avcodec_encode_video()
Michael Niedermayer
2007-02-14
1
-1
/
+8
*
Fix one warning
Michel Bardiaux
2007-02-14
1
-1
/
+1
*
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
Måns Rullgård
2007-02-13
3
-10
/
+10
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
5
-7
/
+24
*
Change some dprintf to av_log
Michel Bardiaux
2007-02-13
1
-44
/
+44
*
Intensity compensation for B-frames in AP was missing
Kostya Shishkov
2007-02-13
1
-0
/
+3
*
consistency renaming: yuv422 --> yuyv422
Diego Biurrun
2007-02-12
1
-8
/
+8
*
consistency renaming: uyvy411 --> uyyvyy411
Diego Biurrun
2007-02-12
1
-2
/
+2
*
consistency renaming: rgba32 --> rgb32
Diego Biurrun
2007-02-12
3
-32
/
+32
*
Restore the possibility to link liba52 instead of dlopening.
Diego Biurrun
2007-02-12
2
-1
/
+16
*
Rename ac3 decoder to liba52 to prepare for native decoder.
Diego Biurrun
2007-02-11
3
-3
/
+3
*
rename HAVE_GPROF to CONFIG_GPROF
Måns Rullgård
2007-02-11
2
-4
/
+4
*
Remove internal liba52; external lib still works, native decoder coming up.
Diego Biurrun
2007-02-11
17
-3916
/
+2
*
Remove unused libac3 AC3 decoding interface.
Diego Biurrun
2007-02-11
1
-184
/
+0
*
Minor AMD64 compilation fix
Reimar Döffinger
2007-02-10
1
-1
/
+1
*
maybe fix x86_64 (untested)
Michael Niedermayer
2007-02-10
1
-3
/
+3
*
always decode extradata when of non-avc stream (like RTSP)
Francois Oligny-Lemieux
2007-02-09
1
-1
/
+1
*
packets with half pcm samples are invalid
Michael Niedermayer
2007-02-09
1
-0
/
+6
*
factor out common subexprssion (gcc of course is too stupid to do this ...)
Michael Niedermayer
2007-02-09
1
-2
/
+3
*
merge asm fragments in H264_CHROMA_MC2_TMPL()
Michael Niedermayer
2007-02-09
1
-40
/
+29
[next]