summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-13
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-13
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-13
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-13
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-13
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-13
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-13
* Cinepak strip ID is a single byteKostya Shishkov2009-01-13
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-13
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-12
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-12
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-12
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-12
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-11
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Add missing #include to fix 'make checkheaders'.Diego Biurrun2009-01-11
* Increase BUFFER_SIZE.Michael Niedermayer2009-01-11
* fix indentionMichael Niedermayer2009-01-11
* All negative values are errors not just -1.Michael Niedermayer2009-01-11
* 30l: when reading mb_offset in RV30 slice header its sizeKostya Shishkov2009-01-11
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-11
* RV30 decoder passes possible frame sizes in extradata and selectsKostya Shishkov2009-01-11
* Remove H264Context from vdpau_internal.h.Carl Eugen Hoyos2009-01-11
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-10
* Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.Carl Eugen Hoyos2009-01-10
* Cosmetics: Break long line.Carl Eugen Hoyos2009-01-10
* Fill range_map* in VC1Context.Carl Eugen Hoyos2009-01-10
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
* Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c.Carl Eugen Hoyos2009-01-10
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* Add refdist_flag to VC1Context.Carl Eugen Hoyos2009-01-09
* SH4: fix typo in asm constraintMåns Rullgård2009-01-09
* Rename ff_VDPAU as ff_vdpau.Carl Eugen Hoyos2009-01-07
* Rename bitstreamBuffers* as bitstream_buffers*Carl Eugen Hoyos2009-01-07
* configure: allow to disable sse code.Ramiro Polla2009-01-07
* Only #include svq3.c if the SVQ3 decoder is enabled.Diego Biurrun2009-01-07
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
* Document the need of buf=NULL buf_size=0 at the end to obtain all frames.Michael Niedermayer2009-01-07
* Add missing headers to allow 'make checkheaders' to pass.Diego Biurrun2009-01-07
* Use <> instead of "" for system headers.Diego Biurrun2009-01-07
* Factorise enum of AC3 error types to be usable by AAC in the ADTS patch thatAlex Converse2009-01-07
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-07
* Disable SVQ3 checks if SVQ3 support is not compiled in.Diego Biurrun2009-01-07
* Add Altivec version of vector_fmul_window.David Conrad2009-01-06
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-06