32753 Commits (b5161908e06b4497bf663510fb495ba97a6fd2b5)
 

Author SHA1 Message Date
  Reimar Döffinger b5161908e0 SBR DSP: fix SSE code to not use SSE2 instructions. 14 years ago
  Ronald S. Bultje a9c5b6f602 cpu: initialize mask to -1, so that by default, optimizations are used. 14 years ago
  Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 14 years ago
  Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 14 years ago
  Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 14 years ago
  Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 14 years ago
  Anton Khirnov 018f39ef49 FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option. 14 years ago
  Anton Khirnov 4138cd2907 avconv: add -cpuflags option for setting supported cpuflags. 14 years ago
  Anton Khirnov 4d851f8dcf cpu: add av_set_cpu_flags_mask(). 14 years ago
  Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 14 years ago
  Anton Khirnov 39da3b223f avconv: fix counting encoded video size. 14 years ago
  Reimar Döffinger 632eb1bbae cdxl demux: do not create packets with uninitialized data at EOF. 14 years ago
  Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 14 years ago
  Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 14 years ago
  Justin Ruggles 94cf64b81f cosmetics: reindent 14 years ago
  Justin Ruggles 8c1d6ac66a avformat: do not require a pixel/sample format if there is no decoder 14 years ago
  Justin Ruggles a7fa75684d avformat: do not fill-in audio packet duration in compute_pkt_fields() 14 years ago
  Justin Ruggles 6c65cf58fd lavf: Use av_get_audio_frame_duration() in get_audio_frame_size() 14 years ago
  Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 14 years ago
  Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles f1e73100d9 siff: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles ec2e767bf3 amr demuxer: do not set AVCodecContext.frame_size. 14 years ago
  Justin Ruggles 8d1a20aa7c aiffdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 237a855caf mov: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 9727264220 ape: do not set AVCodecContext.frame_size. 14 years ago
  Justin Ruggles 2dd18d4435 rdt: remove workaround for infinite loop with aac 14 years ago
  Justin Ruggles 9c365fe8ae avformat: do not require frame_size in avformat_find_stream_info() for CELT 14 years ago
  Justin Ruggles fbc8c59679 avformat: do not require frame_size in avformat_find_stream_info() for MP1/2/3 14 years ago
  Justin Ruggles 84b6ae0808 avformat: do not require frame_size in avformat_find_stream_info() for AAC 14 years ago
  Justin Ruggles 620b88a302 swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.frame_size 14 years ago
  Justin Ruggles 14aecc50fa rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet 14 years ago
  Justin Ruggles c019070fda riffenc: use av_get_audio_frame_duration() 14 years ago
  Justin Ruggles 9524cf79df avcodec: add av_get_audio_frame_duration() function. 14 years ago
  Justin Ruggles 6699d07480 avcodec: add av_get_exact_bits_per_sample() function 14 years ago
  Anton Khirnov 27c7ca9c12 lavf: deobfuscate read_frame_internal(). 14 years ago
  Anton Khirnov dcee811505 lavf: make read_from_packet_buffer() more flexible. 14 years ago
  Anton Khirnov 52b0943f10 lavf: factorize freeing a packet buffer. 14 years ago
  Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 14 years ago
  Diego Biurrun 0a41f47dc1 dv: Do not redundantly initialize struct members to zero. 14 years ago
  Mans Rullgard 356ee8d7de x86: clean up ff_dsputil_init_mmx() 14 years ago
  Anton Khirnov 3faa141d15 cmdutils: use new avcodec_is_decoder/encoder() functions. 14 years ago
  Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 14 years ago
  Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 14 years ago
  Anton Khirnov 87392b1fd5 libcdio: add a forgotten AVClass to the private context. 14 years ago
  Ronald S. Bultje 1c97b5c4a3 swscale: remove "cpu flags" from -sws_flags description. 14 years ago
  Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 14 years ago
  Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 14 years ago
  Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 14 years ago