summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-14
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* cosmetics: Add brackets between if/elseSascha Sommer2009-06-12
* Add additional sample rates to the frame len bits calculation codeSascha Sommer2009-06-12
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-12
* cosmetics: Prettyprint and reformat wma.c closer to K&R style.Diego Biurrun2009-06-12
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* The internal header libavutil/internal.h should not be used outside libavutil.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
* Add code to enable and disable all VAAPI and VDPAU parts.Diego Biurrun2009-06-10
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-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
* Properly initialize AVFrames to default values in the MPEG decoder (fixesLuca Abeni2009-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
* Convert structure names to FFmpeg styleVladimir Voroshilov2009-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
* 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
* vmware video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CA...Baptiste Coudurier2009-06-05
* renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* tmv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* tiff image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* targa image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* kmvc decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* ptx image decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* png decoder use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05