32310 Commits (f73673a770215f2f601ebb6e75d264533f738cc4)
 

Author SHA1 Message Date
Joakim Plate c7b08bc0a7 r3d: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 8dcd00eabd nsvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 97aa092997 mpc8: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 9712e82a4e jvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 64476d7ee8 filmstripdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate d7c11b114b ffmdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 8332321c57 dv: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Joakim Plate 3371e89640 bink: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Paul B Mahol dcd2b55e1a Check AVCodec.pix_fmts in avcodec_open2() 13 years ago
Alex Converse 9e1db721c4 svq3: Prevent illegal reads while parsing extradata. 13 years ago
Rafaël Carré b24aaabd44 remove ParseContext1 13 years ago
Rafaël Carré 797639dcfd vc1: use ff_parse_close 13 years ago
Rafaël Carré 07554ace70 mpegvideo parser: move specific fields into private context 13 years ago
Rafaël Carré e40924887a mpeg4video parser: move specific fields into private context 13 years ago
Rafaël Carré 53a09964f0 cavs parser: fix parser context type 13 years ago
Yordan Makariev 0c5d78a898 4xm, timefilter: K&R formatting cosmetics 13 years ago
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