21304 Commits (55d2e32a409e62f19af0e0032a2b1f8f201465fb)
 

Author SHA1 Message Date
Sascha Sommer 037396d099 return AVERROR_INVALIDDATA when the bitstream could not be decoded 15 years ago
Peter Ross dae0d1e21c Support decoding of uncompressed PCX scanlines 15 years ago
Måns Rullgård c61e40b728 ARM: use plain labels for pc-relative addressing 15 years ago
Måns Rullgård b44c6d8edb ARM: remove unnecessary .fpu neon directives 15 years ago
Måns Rullgård fd818a21c7 ARM: use undocumented .syntax directive to enable UAL syntax 15 years ago
Stefano Sabatini 43d160fd00 Prefer "loglevel" over "logging level number or string" as argname of 15 years ago
Robert Swain 53a71e1ba4 Add vorbis channel layout support according to those defined in the Vorbis I 15 years ago
Måns Rullgård e654b7c29e ARM: apply extern symbol prefix where needed 15 years ago
Måns Rullgård c7f7978ae3 configure: define extern symbol prefix without quotes for for asm files 15 years ago
Måns Rullgård 8dfa86f78a Do not use -mdynamic-no-pic if PIC is enabled 15 years ago
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