summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* remove ParseContext1Rafaël Carré2012-02-10
* vc1: use ff_parse_closeRafaël Carré2012-02-10
* mpegvideo parser: move specific fields into private contextRafaël Carré2012-02-10
* mpeg4video parser: move specific fields into private contextRafaël Carré2012-02-10
* cavs parser: fix parser context typeRafaël Carré2012-02-10
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-10
* rtpenc: Write a log message if the max packet size is too smallMartin Storsjö2012-02-10
* h264: disallow constrained intra prediction modes for luma.Ronald S. Bultje2012-02-09
* dv: Move tables from dvdata.h to dvdata.cAlex Converse2012-02-09
* dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-09
* dv: Move functions used only by the encoder out of a shared header.Alex Converse2012-02-09
* dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse2012-02-09
* dv: Fix small overread in audio frequency table.Alex Converse2012-02-09
* avcodec: set avpkt->size to 0 if encode2() did not output a packetJustin Ruggles2012-02-09
* avcodec: for audio encoding, set packet dts to packet pts.Justin Ruggles2012-02-09
* ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()Justin Ruggles2012-02-09
* ac3dec: Move center and surround mix level tables to the parser.Michael Niedermayer2012-02-09
* aacdec: Unify preconfigured layout and PCE layout.Alex Converse2012-02-09
* aacdec: Support native channel layout when requested.Alex Converse2012-02-09
* aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse2012-02-09
* libavcodec: Don't do av_free(av_malloc(0)) for bitstream filtersMartin Storsjö2012-02-09
* eac3dec: replace undefined 1<<31 with INT32_MIN in noise generationJanne Grunau2012-02-09
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-09
* prores: specify array size outside DECLARE_ALIGNED brackets.Ronald S. Bultje2012-02-09
* WavPack demuxer: set packet durationPaul B Mahol2012-02-09
* tta: use skip_bits_long()Paul B Mahol2012-02-09
* mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2012-02-09
* mxfdec: Sanity-check SampleRateTomas Härdin2012-02-09
* mxfdec: Handle small EditUnitByteCountTomas Härdin2012-02-09
* mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin2012-02-09
* mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2012-02-09
* mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2012-02-09
* mxfdec: Sanity check PreviousPartitionTomas Härdin2012-02-09
* mxfdec: Never seek back in local sets and KLVsTomas Härdin2012-02-09
* mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2012-02-09
* mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin2012-02-09
* mxfdec: Check for NULL componentTomas Härdin2012-02-09
* mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2012-02-09
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun2012-02-09
* swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun2012-02-09
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* bytestream: K&R formatting cosmeticsAneesh Dogra2012-02-09
* apetag: fix commentPaul B Mahol2012-02-08
* rawenc: switch to encode2().Anton Khirnov2012-02-08
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* avconv: switch to avcodec_encode_video2().Anton Khirnov2012-02-08
* libx264: implement encode2().Anton Khirnov2012-02-08