20994 Commits (50fa82e6d2f16d66b1182c1330e28a0ced7e98af)
 

Author SHA1 Message Date
  Måns Rullgård 50fa82e6d2 ARM: add -marm flag since we do not support Thumb 15 years ago
  Reimar Döffinger 3fcb5113c6 wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of 15 years ago
  Reimar Döffinger e581b6288f wav: return av_get_packet errors unchanged. 15 years ago
  Reimar Döffinger 4bd7cb8be2 Fix seek regression test: several AVERROR(EIO) correctly changed to AVERROR_EOF. 15 years ago
  Reimar Döffinger fbc6630168 Remove url_feof check that would be triggered only after incorrectly producing 15 years ago
  Reimar Döffinger 8a62a378de Remove useless setting of pkt->size, av_get_packet already handles that. 15 years ago
  Reimar Döffinger a7a9dd0eb6 Return special EOF checking for aiff and au demuxers, the check was at 15 years ago
  Reimar Döffinger c3db0bc61d Return any error return values from av_get_packet, get_buffer etc. unchanged 15 years ago
  Reimar Döffinger 593b50cedf Make seek regression tests fit after previous get_buffer change. 15 years ago
  Reimar Döffinger 7f7686dfb1 Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as 15 years ago
  David Conrad de27f4d957 Check whether 32-bit x86 is really 64-bit 15 years ago
  Aurelien Jacobs 553e9f7529 matroskadec: cosmetics: indentation 15 years ago
  Aurelien Jacobs ff0d5a745e matroskadec: don't overwrite extradata already read by ff_get_wav_header() 15 years ago
  Aurelien Jacobs 038146e9cf matroskadec: fix handling of A_MS/ACM track with no extradata 15 years ago
  Reimar Döffinger 22a7e19b50 Make rawvideo_read_packet return partial frames. 15 years ago
  Reimar Döffinger 8cb724c5c4 Simplify: remove pointless {} and else 15 years ago
  Reimar Döffinger d4c1803e0e Remove pointless setting of pkt->size, av_get_packet already handles this. 15 years ago
  Reimar Döffinger b46c98bf66 au demuxer: pass av_get_packet error on unchanged instead of converting to 15 years ago
  Reimar Döffinger c67031e7cf av_new_packet failing should return ENOMEM, not EIO. 15 years ago
  Reimar Döffinger 681c180dc4 Make avcodec_open set codec_id and codec_type if they haven't been set. 15 years ago
  Reimar Döffinger 43d7c6118d put_bits can only reliably write up to 31 bit bits, above it relies on 15 years ago
  Reimar Döffinger ec65675504 Use MANGLE in cavsdsp, the current version using "m" constraints will not 15 years ago
  Diego Biurrun f0ef7beeb6 Document -sn option. 15 years ago
  Benoit Fouet 05ec0c0012 Fix indentation after last commit. 15 years ago
  Anne-Laure de Smit e23dd95dc2 Add support for TARGA images without RLE compression. 15 years ago
  Diego Biurrun 07f77dad7a Explain the process of patch review and commit a bit. 15 years ago
  Aurelien Jacobs e471e3c4a5 Fix playback of strange AVI files with stray LIST. 15 years ago
  Diego Biurrun 2499f4e09e Fix wrongly indented block. 15 years ago
  Diego Biurrun 081c14a318 Use "!exp" instead of "exp == NULL" in if condition. 15 years ago
  Diego Biurrun 37a4269d70 cosmetics: K&R coding style, prettyprinting 15 years ago
  Kostya Shishkov a8b95021e5 Do not attempt to decode TIFF files containing fax data with uncompressed 15 years ago
  Kostya Shishkov 8355572f91 lavc MJPEG decoder is capable of decoding some extended sequential 15 years ago
  Kostya Shishkov 5073cca404 Make BMP decoder produce flipped picture with RLE compression. 15 years ago
  Kostya Shishkov b08de903cd Make MS RLE decoder produce both bottom-up and top-down pictures 15 years ago
  Justin Ruggles 535497f193 Change an error to a warning to support broken AC-3 files known to exist. 15 years ago
  David Conrad 6945c2bc4c Support constant-quant encoding for libtheora 15 years ago
  Måns Rullgård 7cee5421d6 configure: break a long line 15 years ago
  Reimar Döffinger e04a3c9613 Re-add check for compilation failure with ebx clobber, and only set 15 years ago
  Justin Ruggles 3fdccca091 10l: wrong operation in stereo rematrixing 15 years ago
  Måns Rullgård 49214f61a5 configure: return result of test from check_asm 15 years ago
  Anne-Laure de Smit 2aa6e87a97 Add support for SGI images without RLE compression. 15 years ago
  Reimar Döffinger 5200b90147 Do not needlessly add 7 to put_buts_count before dividing by 8, 15 years ago
  Reimar Döffinger f2ad907060 10l in code reading codec_name, the first byte is the length and should not 15 years ago
  Reimar Döffinger 5baaf9adaf Use a "b" constraint instead of ebx clobber to detect if EBX is available. 15 years ago
  Lasse Reinhold 391dbb54a6 Use floating point mathematics when encoding mpeg audio. 15 years ago
  Reimar Döffinger 5dd76bd741 Return an error when the parsed mpc chunk size is negative, otherwise we 15 years ago
  Reimar Döffinger 58f873dded Fix compilation of beosaudio.cpp, not tested if it actually works though. 15 years ago
  Reimar Döffinger f494213c6d Fix typo in comment. 15 years ago
  Reimar Döffinger 75ddee0a26 Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 15 years ago
  Reimar Döffinger eb0d04c325 Use ff_put_string in vorbis encoder. 15 years ago