32194 Commits (ba83ac4c272eb194ba113956dc89d967bdecf8c6)
 

Author SHA1 Message Date
Martin Storsjö ba83ac4c27 rtpenc: Write a log message if the max packet size is too small 13 years ago
Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago
Alex Converse 81749f30cd dv: Move tables from dvdata.h to dvdata.c 13 years ago
Alex Converse 8dbdc2d840 dv: Move a table used only by the demuxer out of a shared header. 13 years ago
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
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
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
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
Anton Khirnov cd1ad18a65 rawenc: switch to encode2(). 13 years ago
Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
Anton Khirnov 8e37038a34 avconv: switch to avcodec_encode_video2(). 13 years ago
Anton Khirnov 06484d0b8a libx264: implement encode2(). 13 years ago
Anton Khirnov 05d699222d libx264: split extradata writing out of encode_nals(). 13 years ago
Anton Khirnov 52f82a1148 lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket 13 years ago
Ronald S. Bultje 21d0d1d64f cmdutils: update copyright year to 2012. 13 years ago
Ronald S. Bultje 783487ae44 swscale: sign-extend integer function argument to qword on x86-64. 13 years ago
Haruhiko Yamagata 166f399377 x86inc: support yasm -f win64 flag also. 13 years ago
Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 13 years ago