aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-112-2/+0
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-111-8/+8
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-112-131/+130
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-116-288/+345
* Fix compilation: #undef standard library functions that areDiego Biurrun2009-06-111-0/+6
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-111-0/+1
* cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun2009-06-111-54/+83
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-111-3/+3
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-113-3308/+3372
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-111-1/+1
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-111-4/+4
* Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad2009-06-111-1/+2
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-112-29/+7
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-111-0/+3
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-111-32/+0
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-102-10/+27
* Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS.Diego Biurrun2009-06-101-1/+1
* Support seeking as defined by the rfcLuca Barbato2009-06-102-0/+4
* Make sure buffer end remains constant within the loopLuca Barbato2009-06-101-1/+2
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-092-6/+29
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-092-21/+17
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-092-1/+4
* Add missing dependencies for H.264 and VC-1 parsers.Diego Biurrun2009-06-091-2/+2
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-091-2/+2
* Properly initialize AVFrames to default values in the MPEG decoder (fixesLuca Abeni2009-06-091-0/+3
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-091-1/+1
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-071-0/+6
* Remove comments that refer to fixed-point AMR implementations.Diego Biurrun2009-06-071-9/+1
* clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier2009-06-061-12/+10
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-062-45/+26
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-061-8/+6
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-061-7/+7
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-061-15/+27
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-061-2/+2
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-061-16/+15
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-0613-80/+80
* Get new buffer during frame decoding in VB video decoder, not only onceKostya Shishkov2009-06-061-6/+8
* Internal routine should not use name of standard function.Vladimir Voroshilov2009-06-061-1/+1
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-052-2/+4
* Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov2009-06-051-4/+4
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-057-3/+368
* Add configure option to upgrade (L)GPL to version 3.Diego Biurrun2009-06-055-0/+881
* Move around one paragraph, add headings for greater clarity.Diego Biurrun2009-06-051-5/+12
* Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1.Diego Biurrun2009-06-053-3/+3
* vmware video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier2009-06-051-2/+2
* renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* tmv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1