40025 Commits (b27383e45333db60ae4c412ccf609daeba008e2e)
 

Author SHA1 Message Date
  Nicolas George b27383e453 ffprobe: do not try to decode empty packets. 14 years ago
  Stefano Sabatini dd3043d1c0 lavfi/setfield: remove stray argument in av_log() 14 years ago
  Stefano Sabatini 459414b4d9 lavfi/setfield: rename variable top_field_first to mode 14 years ago
  Tim Nicholson c97201dd29 lavfi/setfield: add "progressive" option 14 years ago
  Michael Niedermayer 9849515214 Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" 14 years ago
  Andrew Wason e9b1d5ae5e fix swr_convert buffering of packed audio 14 years ago
  Roland Scheidegger a812b599b5 h264: assembly version of get_cabac for x86_64 with PIC (v4) 14 years ago
  Michael Niedermayer 3194ab78a6 Merge remote-tracking branch 'qatar/master' 14 years ago
  Reimar Döffinger 9b1f776d75 Fix compilation with NASM. 14 years ago
  Reimar Döffinger dd5e1fc22e mxfdec: fix memleak on read error/EOF. 14 years ago
  Michael Niedermayer 4a80ebe491 indeo3: Fix reallocation code so that it doesnt become inconsistent. 14 years ago
  Justin Ruggles b0e9edc44f avcodec: add a cook parser to get subpacket duration 14 years ago
  Michael Niedermayer 2c22701c37 ac3dec: Check number of output channels. 14 years ago
  Michael Niedermayer 1df49142ba avsdec: Set dimensions instead of relying on the demuxer. 14 years ago
  Nicolas George 34c426be4a ffmpeg: check encoder earlier. 14 years ago
  Justin Ruggles acb1730218 FATE: allow lavf tests to alter input parameters 14 years ago
  Justin Ruggles 5052980400 FATE: replace the acodec-pcm_s24daud test with an enc_dec_pcm checksum test 14 years ago
  Justin Ruggles 03caef1bed FATE: replace the acodec-g726 test with 4 new encode/decode tests 14 years ago
  Justin Ruggles a6c8cca2a8 FATE: replace current g722 encoding tests with an encode/decode test 14 years ago
  Justin Ruggles 870165e217 FATE: add a pattern rule for generating asynth wav files 14 years ago
  Justin Ruggles 010943c6ce FATE: optionally write a WAVE header in audiogen 14 years ago
  Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer 14 years ago
  Michael Niedermayer 044f7275d3 ffv1: add optional per slice CRCs to detect undamaged slices. 14 years ago
  Michael Niedermayer b4fc53856d ffv1: move most fields from the frame header to the slice headers with ffv1.3 14 years ago
  Michael Niedermayer 9408316a85 ffv1: refactor slice decoding init loop so that the first is less a special case 14 years ago
  Michael Niedermayer 8456089f50 ffv1: clear slice state in decode_slice() 14 years ago
  Michael Niedermayer c7a435aab2 ffv1: split clear_slice_state() out so individual slices can be cleared. 14 years ago
  Michael Niedermayer 32883c0667 ffv1: split init_slice_state() out so individual slices can be inited 14 years ago
  Michael Niedermayer d7a4c43f18 ffv1: Add a CRC check to the global header with version 1.3 14 years ago
  Stefano Sabatini 9750254885 lavfi/mp: remove libmpcodecs mirror filter 14 years ago
  Robert Nagy 65fa7bc1f8 lavfi: add avfilter_unref_bufferp() 14 years ago
  Michael Niedermayer 455fcf29b8 avidec: zero extradata padding 14 years ago
  Michael Niedermayer ee402df9a2 mtvdec: check that the buf is large enough for probing 14 years ago
  Michael Niedermayer 2a70d8304d jvdec: Make sure there is enough data for the id string. 14 years ago
  Michael Niedermayer 2a976debc1 Merge remote-tracking branch 'qatar/master' 14 years ago
  Michael Niedermayer 2ff935f4bb build system: remove -wcast-qual 14 years ago
  Michael Niedermayer a9cd12ee2a mlpdec: set channel variables after checking them 14 years ago
  Carl Eugen Hoyos ab75ad0116 Make targa-in-mov QuickTime-compatible for more colour-spaces. 14 years ago
  Nico Weber a4a88fd42c Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used. 14 years ago
  Carl Eugen Hoyos b4043ef504 Print unexpected length of flicvideo extradata. 14 years ago
  Matthieu Bouron cbda76c7c6 mxfdec: Add missing break in frame layout parsing 14 years ago
  Matthieu Bouron 70ca163bc5 mxf: Fix frame layout values 14 years ago
  Michael Niedermayer c90b8a7480 h263dec: Check for width/height changes on frame skips too. 14 years ago
  Diego Biurrun 2b98377935 dv: Initialize encoder tables during encoder init. 14 years ago
  Michael Niedermayer 903ccf71b7 error_concealment: Check that the reference is not NULL 14 years ago
  Michael Niedermayer b066046046 error_concealment: make sure mbaff flags are 0 as interlaced is not supported. 14 years ago
  Michael Niedermayer b7c2358f62 error_concealment: switch asserts mostly to av_asserts. 14 years ago
  Michael Niedermayer 5e59a77cec vc1dec: check that coded slice positions and interlacing match. 14 years ago
  Michael Niedermayer df23d64e07 h263dec: always enable picture dimensions reverting check. 14 years ago
  Diego Biurrun f2e4465522 dv: Replace some magic numbers by the appropriate #define. 14 years ago