2007-02-20 |
mbardiaux |
Add support for MS-GSM codec
libavcodec
|
2007-02-20 |
takis |
Provide Doxygen documentation.
libavcodec
|
2007-02-20 |
gpoirier |
add doxygen docs for avpicture_fill()
libavcodec
|
2007-02-19 |
stefang |
fix comment, get/show_bits(0) does not work
libavcodec
|
2007-02-19 |
mbardiaux |
Remove some old disabled debugging output
libavcodec
|
2007-02-19 |
lorenm |
simplify in fill_caches
libavcodec
|
2007-02-18 |
takis |
Remove a non-C dependency (being M_PI) from the libavcodec example.
libavcodec
|
2007-02-18 |
banan |
Clairyfication of the gain tool struct.
libavcodec
|
2007-02-18 |
mru |
fix for x86-64
libavcodec
|
2007-02-18 |
banan |
Don't use byte swaps and use the more portable way
libavcodec
|
2007-02-18 |
michael |
factorize more calls to fill_rectangle()
libavcodec
|
2007-02-18 |
michael |
factorize fill_rectangle() calls
libavcodec
|
2007-02-18 |
alex |
display line number when printing error
libavcodec
|
2007-02-17 |
michael |
rewrite H264_CHROMA_MC4_TMPL (20% faster)
libavcodec
|
2007-02-17 |
michael |
remove imgresample and convert with the next version bump
libavcodec
|
2007-02-17 |
kostya |
Use AVRandom
libavcodec
|
2007-02-17 |
kostya |
10l: forgot break statement
libavcodec
|
2007-02-16 |
michael |
factorize fill_rectangle()
libavcodec
|
2007-02-16 |
michael |
replace list<2 checks by list<list_count
libavcodec
|
2007-02-16 |
michael |
fix 2nd ref_count check
libavcodec
|
2007-02-16 |
michael |
fix ref_count check
libavcodec
|
2007-02-16 |
michael |
factorize mv_cache and mvd_cache init
libavcodec
|
2007-02-16 |
michael |
simplify
libavcodec
|
2007-02-16 |
michael |
add a few asserts to ensure alignment
libavcodec
|
2007-02-16 |
michael |
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
libavcodec
|
2007-02-15 |
mbardiaux |
Spelling fix
libavcodec
|
2007-02-15 |
mbardiaux |
Spelling fix
libavcodec
|
2007-02-14 |
diego |
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
libavcodec
|
2007-02-14 |
michael |
doxy for avcodec_encode_video()
libavcodec
|
2007-02-14 |
mbardiaux |
Fix one warning
libavcodec
|
2007-02-13 |
mru |
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
libavcodec
|
2007-02-13 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavcodec
|
2007-02-13 |
mbardiaux |
Change some dprintf to av_log
libavcodec
|
2007-02-13 |
kostya |
Intensity compensation for B-frames in AP was missing
libavcodec
|
2007-02-12 |
diego |
consistency renaming: yuv422 --> yuyv422
libavcodec
|
2007-02-12 |
diego |
consistency renaming: uyvy411 --> uyyvyy411
libavcodec
|
2007-02-12 |
diego |
consistency renaming: rgba32 --> rgb32
libavcodec
|
2007-02-12 |
diego |
Restore the possibility to link liba52 instead of dlopening.
libavcodec
|
2007-02-11 |
diego |
Rename ac3 decoder to liba52 to prepare for native decoder.
libavcodec
|
2007-02-11 |
mru |
rename HAVE_GPROF to CONFIG_GPROF
libavcodec
|
2007-02-11 |
diego |
Remove internal liba52; external lib still works, native decoder coming up.
libavcodec
|
2007-02-11 |
diego |
Remove unused libac3 AC3 decoding interface.
libavcodec
|
2007-02-10 |
reimar |
Minor AMD64 compilation fix
libavcodec
|
2007-02-10 |
michael |
maybe fix x86_64 (untested)
libavcodec
|
2007-02-09 |
gpoirier |
always decode extradata when of non-avc stream (like RTSP)
libavcodec
|
2007-02-09 |
michael |
packets with half pcm samples are invalid
libavcodec
|
2007-02-09 |
michael |
factor out common subexprssion (gcc of course is too stupid to do this ...)
libavcodec
|
2007-02-09 |
michael |
merge asm fragments in H264_CHROMA_MC2_TMPL()
libavcodec
|
2007-02-09 |
michael |
sanity check
libavcodec
|
2007-02-09 |
michael |
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
libavcodec
|
2007-02-09 |
jbr |
fix parsing of RealAudio AC-3/DolbyNet
libavcodec
|
2007-02-08 |
lucabe |
Directly access av_log_level instead of calling av_log_{set, get}_level()
libavcodec
|
2007-02-07 |
reimar |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
libavcodec
|
2007-02-07 |
michael |
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
libavcodec
|
2007-02-07 |
michael |
doxygenize
libavcodec
|
2007-02-07 |
diego |
Add a comment about swapped numerator and denominator.
libavcodec
|
2007-02-07 |
diego |
missing spaces
libavcodec
|
2007-02-07 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
2007-02-06 |
michael |
workaround sign bug
libavcodec
|
2007-02-06 |
michael |
10l use of uninitalized var
libavcodec
|
2007-02-06 |
michael |
kill debuging code
libavcodec
|
2007-02-06 |
michael |
wma encoder
libavcodec
|
2007-02-06 |
michael |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
libavcodec
|
2007-02-06 |
michael |
simplify and remove useless index in AV_W*
libavcodec
|