| Commit message (Expand) | Author | Age | Files | Lines |
* | The internal header libavutil/internal.h should not be used outside libavutil. | Diego Biurrun | 2009-06-11 | 2 | -2/+0 |
* | Kill warnings of possibly unused variables by using av_unused. | Ramiro Polla | 2009-06-11 | 1 | -8/+8 |
* | cosmetics: Reformat to K&R and prettyprint newly created files. | Diego Biurrun | 2009-06-11 | 2 | -131/+130 |
* | Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. | Patrick Dehne | 2009-06-11 | 6 | -288/+345 |
* | Fix compilation: #undef standard library functions that are | Diego Biurrun | 2009-06-11 | 1 | -0/+6 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | Diego Biurrun | 2009-06-11 | 1 | -0/+1 |
* | cosmetics: Reformat file to K&R style upon Kostya's request. | Diego Biurrun | 2009-06-11 | 1 | -54/+83 |
* | 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. | Diego Biurrun | 2009-06-11 | 1 | -3/+3 |
* | Split decoder-specific code off from vc1.c into vc1dec.c and keep code | Diego Biurrun | 2009-06-11 | 3 | -3308/+3372 |
* | Add const in cast. Removes warning: | Baptiste Coudurier | 2009-06-11 | 1 | -1/+1 |
* | give s->resample_context to avoid segfault, avclass was moved | Baptiste Coudurier | 2009-06-11 | 1 | -4/+4 |
* | Disable native Vorbis encoder; quality is much worse than libvorbis and | David Conrad | 2009-06-11 | 1 | -1/+2 |
* | Remove time_rate, we cannot compute exactly when fragments are | Baptiste Coudurier | 2009-06-11 | 2 | -29/+7 |
* | if b frames are parsed, set codec->has_b_frames | Baptiste Coudurier | 2009-06-11 | 1 | -0/+3 |
* | Remove even condition on pad and crop. | Baptiste Coudurier | 2009-06-11 | 1 | -32/+0 |
* | Add code to enable and disable all VAAPI and VDPAU parts. | Diego Biurrun | 2009-06-10 | 2 | -10/+27 |
* | Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG-TS. | Diego Biurrun | 2009-06-10 | 1 | -1/+1 |
* | Support seeking as defined by the rfc | Luca Barbato | 2009-06-10 | 2 | -0/+4 |
* | Make sure buffer end remains constant within the loop | Luca Barbato | 2009-06-10 | 1 | -1/+2 |
* | Add field prev_interlaced_frame to H264Context to be able to flag soft telecine | Haruhiko Yamagata | 2009-06-09 | 2 | -6/+29 |
* | Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: | Ronald S. Bultje | 2009-06-09 | 2 | -21/+17 |
* | Express the H.264 parser dependency on the golomb code in configure instead of | Diego Biurrun | 2009-06-09 | 2 | -1/+4 |
* | Add missing dependencies for H.264 and VC-1 parsers. | Diego Biurrun | 2009-06-09 | 1 | -2/+2 |
* | Add additional dependencies for sdp and rtsp demuxers. | Jai Menon | 2009-06-09 | 1 | -2/+2 |
* | Properly initialize AVFrames to default values in the MPEG decoder (fixes | Luca Abeni | 2009-06-09 | 1 | -0/+3 |
* | cosmetics: Add missing ending backslash to installed header list. | Diego Biurrun | 2009-06-09 | 1 | -1/+1 |
* | Clarify (re)get_buffer() and CODEC_CAP_DR1 relation. | Michael Niedermayer | 2009-06-07 | 1 | -0/+6 |
* | Remove comments that refer to fixed-point AMR implementations. | Diego Biurrun | 2009-06-07 | 1 | -9/+1 |
* | clarify avcodec_decode_audio3 and avcodec_decode_video2 doxygen | Baptiste Coudurier | 2009-06-06 | 1 | -12/+10 |
* | K&R formatting of already submitted G.729 code | Vladimir Voroshilov | 2009-06-06 | 2 | -45/+26 |
* | Cosmetics : Use dprintf instead of printf. | Peter Holik | 2009-06-06 | 1 | -8/+6 |
* | Cosmetics : Fix indentation after last commit. | Jai Menon | 2009-06-06 | 1 | -7/+7 |
* | Introduce http_get_line and modify http_connect to use http_get_line. | Peter Holik | 2009-06-06 | 1 | -15/+27 |
* | Convert structure names to FFmpeg style | Vladimir Voroshilov | 2009-06-06 | 1 | -2/+2 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | Stefano Sabatini | 2009-06-06 | 1 | -16/+15 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 13 | -80/+80 |
* | Get new buffer during frame decoding in VB video decoder, not only once | Kostya Shishkov | 2009-06-06 | 1 | -6/+8 |
* | Internal routine should not use name of standard function. | Vladimir Voroshilov | 2009-06-06 | 1 | -1/+1 |
* | Ensure that the extradata buffer is padded appripriately in the ogg demuxer. | David Conrad | 2009-06-05 | 2 | -2/+4 |
* | Remove ff_g729_ and g729_ prefixes from static routines. | Vladimir Voroshilov | 2009-06-05 | 1 | -4/+4 |
* | Add support for external OpenCORE libraries for AMR-NB/WB support. | Diego Biurrun | 2009-06-05 | 7 | -3/+368 |
* | Add configure option to upgrade (L)GPL to version 3. | Diego Biurrun | 2009-06-05 | 5 | -0/+881 |
* | Move around one paragraph, add headings for greater clarity. | Diego Biurrun | 2009-06-05 | 1 | -5/+12 |
* | Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. | Diego Biurrun | 2009-06-05 | 3 | -3/+3 |
* | vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | zmbv decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA... | Baptiste Coudurier | 2009-06-05 | 1 | -2/+2 |
* | renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | tmv decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | tiff image decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |