37771 Commits (ed83f97235b6b3bd2cf62830bba00dfd7327d389)
 

Author SHA1 Message Date
Alex Converse 89c9a8d3fd dv: Move functions used only by the encoder out of a shared header. 13 years ago
Alex Converse 3746072712 dv: Split dvdata.h into dvdata.h and dvquant.h 13 years ago
Alex Converse 0ab3687924 dv: Fix small overread in audio frequency table. 13 years ago
Justin Ruggles b758cf7343 avcodec: set avpkt->size to 0 if encode2() did not output a packet 13 years ago
Justin Ruggles a75bc764ec avcodec: for audio encoding, set packet dts to packet pts. 13 years ago
Michael Niedermayer 789d6b73cf lavf: Rewrite metadata printing from dump_metadata(). 13 years ago
Justin Ruggles d483bb58c3 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 13 years ago
Michael Niedermayer e6d9fa66f1 ac3dec: Move center and surround mix level tables to the parser. 13 years ago
Michael Niedermayer 8c6ebab747 Merge remote-tracking branch 'qatar/master' 13 years ago
Carl Eugen Hoyos ea4037162f Fix libstagefright compilation 13 years ago
Carl Eugen Hoyos 3b25d6193c Fix fate tests after 5c2c6bbf. 13 years ago
Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
Carl Eugen Hoyos edf34c346e Allow encoding rawvideo RGBA64 and friends. 13 years ago
Carl Eugen Hoyos 5c2c6bbfba Allow encoding rawvideo RGB0 and friends. 13 years ago
Alex Converse 7b05025856 aacdec: Unify preconfigured layout and PCE layout. 13 years ago
Alex Converse f1ecd0802d aacdec: Support native channel layout when requested. 13 years ago
Alex Converse 37bed6ff3f aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 13 years ago
Martin Storsjö e7d4a2a721 libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters 13 years ago
Janne Grunau c57fe49da8 eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 13 years ago
Janne Grunau 456d3e4fb5 yadif: specify array size outside DECLARE_ALIGNED 13 years ago
Ronald S. Bultje 73e15e8e6b prores: specify array size outside DECLARE_ALIGNED brackets. 13 years ago
Paul B Mahol 0f3d8baef9 WavPack demuxer: set packet duration 13 years ago
Michael Niedermayer dd7198b25f lavf: put av_new_stream() compatibility wrapper back 13 years ago
Michael Niedermayer 491d8353e8 mpeg12dec: print the value that is being ignored in load_matrix() 13 years ago
Michael Niedermayer 8a07429318 lavf: put av_find_stream_info() compatibility wrapper back. 13 years ago
Michael Niedermayer f480fcb1f9 bink: fix pointer type warnings. 13 years ago
Michael Niedermayer 677911ad81 ffmpeg: better dox for *pts. 13 years ago
Stefano Sabatini c28e7af70d lavu: add timestamp.h header with convenience timestamp utilities 13 years ago
Laurent 71d6b46849 configure: fix gcc asm tests for MinGW GCC 4.6.2 13 years ago
Paul B Mahol 9aff2d1753 tta: use skip_bits_long() 13 years ago
Tomas Härdin e24167aae6 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
Tomas Härdin d6b81ff949 mxfdec: Sanity-check SampleRate 13 years ago
Tomas Härdin c65642d351 mxfdec: Handle small EditUnitByteCount 13 years ago
Tomas Härdin 240ddbce56 mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a 13 years ago
Tomas Härdin 9123950be0 mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows 13 years ago
Tomas Härdin d00257e96a mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() 13 years ago
Tomas Härdin df2a85085e mxfdec: Sanity check PreviousPartition 13 years ago
Tomas Härdin 11800c8c89 mxfdec: Never seek back in local sets and KLVs 13 years ago
Tomas Härdin 687e2fdebd mxfdec: Move the current_partition check inside mxf_read_header() 13 years ago
Tomas Härdin e352c96c17 mxfdec: Fix infinite loop in mxf_packet_timestamps() 13 years ago
Tomas Härdin 0373ec635d mxfdec: Check eof_reached in mxf_read_local_tags() 13 years ago
Tomas Härdin effe3b9575 mxfdec: Check for NULL component 13 years ago
Tomas Härdin 29fc8f50cd mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
Tomas Härdin a3923482f2 mxfdec: Make sure x < index_table->nb_ptses 13 years ago
Diego Biurrun f769cfedd8 build: Add missing directories to DIRS declarations. 13 years ago
Diego Biurrun aa06d65693 arm: Add missing #include to vp8.h to fix a make checkheaders warning. 13 years ago
Diego Biurrun a2e40cd3e2 swscale: ppc: Add missing header #includes to pass 'make checkheaders'. 13 years ago
Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 13 years ago
Aneesh Dogra ab9ae40152 bytestream: K&R formatting cosmetics 13 years ago
Paul B Mahol a16c3a07a6 apetag: fix comment 13 years ago