summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-12
* Fail and print correct error message when video stream pixel formatBaptiste Coudurier2009-06-12
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4David Conrad2009-06-12
* Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.Jason Garrett-Glaser2009-06-12
* Fix cast of byte buffer to uint32 that was disregarding alignmentJeff Downs2009-06-12
* Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-12
* cosmetics: Prettyprint one more line to have columns line up.Diego Biurrun2009-06-11
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-11
* Kill warnings of possibly unused variables by using av_unused.Ramiro Polla2009-06-11
* cosmetics: Reformat to K&R and prettyprint newly created files.Diego Biurrun2009-06-11
* Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.Patrick Dehne2009-06-11
* Fix compilation: #undef standard library functions that areDiego Biurrun2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Diego Biurrun2009-06-11
* cosmetics: Reformat file to K&R style upon Kostya's request.Diego Biurrun2009-06-11
* 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.Diego Biurrun2009-06-11
* Split decoder-specific code off from vc1.c into vc1dec.c and keep codeDiego Biurrun2009-06-11
* Add const in cast. Removes warning:Baptiste Coudurier2009-06-11
* give s->resample_context to avoid segfault, avclass was movedBaptiste Coudurier2009-06-11
* Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad2009-06-11
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
* if b frames are parsed, set codec->has_b_framesBaptiste Coudurier2009-06-11
* Remove even condition on pad and crop.Baptiste Coudurier2009-06-11
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
* Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS.Diego Biurrun2009-06-10
* Support seeking as defined by the rfcLuca Barbato2009-06-10
* Make sure buffer end remains constant within the loopLuca Barbato2009-06-10
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
* Express the H.264 parser dependency on the golomb code in configure instead ofDiego Biurrun2009-06-09
* Add missing dependencies for H.264 and VC-1 parsers.Diego Biurrun2009-06-09
* Add additional dependencies for sdp and rtsp demuxers.Jai Menon2009-06-09
* Properly initialize AVFrames to default values in the MPEG decoder (fixesLuca Abeni2009-06-09
* cosmetics: Add missing ending backslash to installed header list.Diego Biurrun2009-06-09
* Clarify (re)get_buffer() and CODEC_CAP_DR1 relation.Michael Niedermayer2009-06-07
* Remove comments that refer to fixed-point AMR implementations.Diego Biurrun2009-06-07
* clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygenBaptiste Coudurier2009-06-06
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-06
* Cosmetics : Use dprintf instead of printf.Peter Holik2009-06-06
* Cosmetics : Fix indentation after last commit.Jai Menon2009-06-06
* Introduce http_get_line and modify http_connect to use http_get_line.Peter Holik2009-06-06
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-06-06
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-06
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Get new buffer during frame decoding in VB video decoder, not only onceKostya Shishkov2009-06-06
* Internal routine should not use name of standard function.Vladimir Voroshilov2009-06-06
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-05
* Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov2009-06-05
* Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun2009-06-05