aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-09dv: Move tables from dvdata.h to dvdata.cAlex Converse
2012-02-09dv: Move a table used only by the demuxer out of a shared header.Alex Converse
2012-02-09dv: Move functions used only by the encoder out of a shared header.Alex Converse
2012-02-09dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse
2012-02-09dv: Fix small overread in audio frequency table.Alex Converse
2012-02-09avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles
2012-02-09avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles
2012-02-09ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles
2012-02-09ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer
2012-02-09aacdec: Unify preconfigured layout and PCE layout.Alex Converse
2012-02-09aacdec: Support native channel layout when requested.Alex Converse
2012-02-09aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse
2012-02-09libavcodec: Don't do av_free(av_malloc(0)) for bitstream filtersMartin Storsjö
2012-02-09eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau
2012-02-09yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau
2012-02-09prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje
2012-02-09WavPack demuxer: set packet durationPaul B Mahol
2012-02-09tta: use skip_bits_long()Paul B Mahol
2012-02-09mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin
2012-02-09mxfdec: Sanity-check SampleRateTomas Härdin
2012-02-09mxfdec: Handle small EditUnitByteCountTomas Härdin
2012-02-09mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin
2012-02-09mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin
2012-02-09mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin
2012-02-09mxfdec: Sanity check PreviousPartitionTomas Härdin
2012-02-09mxfdec: Never seek back in local sets and KLVsTomas Härdin
2012-02-09mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2012-02-09mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin
2012-02-09mxfdec: Check for NULL componentTomas Härdin
2012-02-09mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin
2012-02-09mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin
2012-02-09build: Add missing directories to DIRS declarations.Diego Biurrun
2012-02-09arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun
2012-02-09swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-09bytestream: K&R formatting cosmeticsAneesh Dogra
2012-02-08apetag: fix commentPaul B Mahol
2012-02-08rawenc: switch to encode2().Anton Khirnov
2012-02-08pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08avconv: switch to avcodec_encode_video2().Anton Khirnov
2012-02-08libx264: implement encode2().Anton Khirnov
2012-02-08libx264: split extradata writing out of encode_nals().Anton Khirnov
2012-02-08lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacketAnton Khirnov
2012-02-08cmdutils: update copyright year to 2012.Ronald S. Bultje
2012-02-08swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje
2012-02-08x86inc: support yasm -f win64 flag also.Haruhiko Yamagata
2012-02-08h264: manually save/restore XMM registers for functions using INIT_MMX.Ronald S. Bultje
2012-02-08x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner
2012-02-08aacdec: Use correct speaker order for 7.1.Alex Converse