aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* png filtersLoren Merritt2008-02-252-25/+140
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-252-2/+2
* remove a memcpyLoren Merritt2008-02-251-2/+2
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-241-0/+15
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-242-32/+32
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-244-21/+21
* Fix bug I introduced in r11962.Vitor Sessak2008-02-241-1/+1
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-221-8/+1
* cleaner way of writing packed-byte constants.Loren Merritt2008-02-221-2/+3
* indentLoren Merritt2008-02-211-10/+10
* pseudo-simd add_bytes and diff_bytesLoren Merritt2008-02-211-13/+20
* simd and unroll png_filter_rowLoren Merritt2008-02-214-38/+196
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-211-2/+6
* revert 12156Michael Niedermayer2008-02-202-2/+0
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-201-8/+0
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-201-16/+30
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-202-1/+6
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* Fix ;;Michael Niedermayer2008-02-196-10/+10
* Fix warnings:Reimar Döffinger2008-02-191-2/+2
* Remove duplicate ;Reimar Döffinger2008-02-191-2/+2
* Add casts to avoid warnings:Reimar Döffinger2008-02-191-1/+1
* Missing constReimar Döffinger2008-02-191-1/+1
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-191-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-181-11/+2
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
* Remove stray #undef.Diego Biurrun2008-02-181-1/+0
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-181-0/+2
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-161-39/+6
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-166-9/+45
* 100lVitor Sessak2008-02-151-33/+0
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-151-17/+19
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-151-0/+66
* This should not be part of the public APIVitor Sessak2008-02-151-2/+2
* My commit in r11942 broke compilation.Vitor Sessak2008-02-151-2/+2
* Split avpicture_fill() in two functions. This will beVitor Sessak2008-02-151-68/+104
* silence wmaenc.c:181: warning:suggestparentheses around assignment used as tr...Benjamin Larsson2008-02-151-1/+1
* FixLuca Abeni2008-02-153-5/+5
* FixLuca Abeni2008-02-151-1/+1
* Cosmetics: indentationThorsten Jordan2008-02-131-36/+36
* Remove useless buffering of input data, so that avcodec_decode_audio neverThorsten Jordan2008-02-131-47/+15
* typo fix: inited --> initializedDiego Biurrun2008-02-1312-38/+38
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-131-1/+1
* cosmetics: Replace // by /* */ comments.Diego Biurrun2008-02-131-202/+202
* Factor bytewidth determination in its own functionVitor Sessak2008-02-111-8/+28