source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3fcb511   15 years Reimar.Doeffinger wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end …
(edit) @e581b628   15 years Reimar.Doeffinger wav: return av_get_packet errors unchanged. Originally committed as …
(edit) @4bd7cb8   15 years Reimar.Doeffinger Fix seek regression test: several AVERROR(EIO) correctly changed to …
(edit) @fbc66301   15 years Reimar.Doeffinger Remove url_feof check that would be triggered only after incorrectly …
(edit) @8a62a378   15 years Reimar.Doeffinger Remove useless setting of pkt->size, av_get_packet already handles …
(edit) @a7a9dd0   15 years Reimar.Doeffinger Return special EOF checking for aiff and au demuxers, the check was at …
(edit) @c3db0bc6   15 years Reimar.Doeffinger Return any error return values from av_get_packet, get_buffer etc. …
(edit) @593b50ce   15 years Reimar.Doeffinger Make seek regression tests fit after previous get_buffer change. The …
(edit) @7f7686df   15 years Reimar.Doeffinger Make get_buffer and get_partial_buffer return url_ferror or …
(edit) @de27f4d9   15 years lessen42 Check whether 32-bit x86 is really 64-bit Fixes configure on OS X 10.6 …
(edit) @553e9f75   15 years Aurélien Jacobs matroskadec: cosmetics: indentation Originally committed as revision …
(edit) @ff0d5a74   15 years Aurélien Jacobs matroskadec: don't overwrite extradata already read by …
(edit) @038146e   15 years Aurélien Jacobs matroskadec: fix handling of A_MS/ACM track with no extradata …
(edit) @22a7e19b   15 years Reimar.Doeffinger Make rawvideo_read_packet return partial frames. This is consistent …
(edit) @8cb724c5   15 years Reimar.Doeffinger Simplify: remove pointless {} and else Originally committed as …
(edit) @d4c1803e   15 years Reimar.Doeffinger Remove pointless setting of pkt->size, av_get_packet already handles …
(edit) @b46c98bf   15 years Reimar.Doeffinger au demuxer: pass av_get_packet error on unchanged instead of …
(edit) @c67031e   15 years Reimar.Doeffinger av_new_packet failing should return ENOMEM, not EIO. Originally …
(edit) @681c180d   15 years Reimar.Doeffinger Make avcodec_open set codec_id and codec_type if they haven't been …
(edit) @43d7c611   15 years Reimar.Doeffinger put_bits can only reliably write up to 31 bit bits, above it relies on …
(edit) @ec65675   15 years Reimar.Doeffinger Use MANGLE in cavsdsp, the current version using "m" constraints will …
(edit) @f0ef7bee   15 years diego Document -sn option. Originally committed as revision 20122 to …
(edit) @05ec0c0   15 years benoit.fouet Fix indentation after last commit. Originally committed as revision …
(edit) @e23dd95d   15 years benoit.fouet Add support for TARGA images without RLE compression. Patch by …
(edit) @07f77dad   15 years diego Explain the process of patch review and commit a bit. Originally …
(edit) @e471e3c4   15 years Aurélien Jacobs Fix playback of strange AVI files with stray LIST. sample: …
(edit) @2499f4e   15 years diego Fix wrongly indented block. Originally committed as revision 20117 to …
(edit) @081c14a3   15 years diego Use "!exp" instead of "exp == NULL" in if condition. Originally …
(edit) @37a4269d   15 years diego cosmetics: K&R coding style, prettyprinting Originally committed as …
(edit) @a8b95021   15 years kostya.shishkov Do not attempt to decode TIFF files containing fax data with …
(edit) @8355572f   15 years kostya.shishkov lavc MJPEG decoder is capable of decoding some extended sequential …
(edit) @5073cca4   15 years kostya.shishkov Make BMP decoder produce flipped picture with RLE compression. This …
(edit) @b08de903   15 years kostya.shishkov Make MS RLE decoder produce both bottom-up and top-down pictures …
(edit) @535497f1   15 years justin.ruggles Change an error to a warning to support broken AC-3 files known to …
(edit) @6945c2bc   15 years lessen42 Support constant-quant encoding for libtheora Based on a patch by j f …
(edit) @7cee5421   15 years mans configure: break a long line Originally committed as revision 20108 …
(edit) @e04a3c96   15 years Reimar.Doeffinger Re-add check for compilation failure with ebx clobber, and only set …
(edit) @3fdccca0   15 years justin.ruggles 10l: wrong operation in stereo rematrixing Originally committed as …
(edit) @49214f61   15 years mans configure: return result of test from check_asm This makes it …
(edit) @2aa6e87a   15 years diego Add support for SGI images without RLE compression. patch by …
(edit) @5200b90   15 years Reimar.Doeffinger Do not needlessly add 7 to put_buts_count before dividing by 8, …
(edit) @f2ad9070   15 years Reimar.Doeffinger 10l in code reading codec_name, the first byte is the length and …
(edit) @5baaf9ad   15 years Reimar.Doeffinger Use a "b" constraint instead of ebx clobber to detect if EBX is …
(edit) @391dbb5   15 years Carl Eugen Hoyos Use floating point mathematics when encoding mpeg audio. Fixes issue …
(edit) @5dd76bd7   15 years Reimar.Doeffinger Return an error when the parsed mpc chunk size is negative, otherwise …
(edit) @58f873dd   15 years Reimar.Doeffinger Fix compilation of beosaudio.cpp, not tested if it actually works …
(edit) @f494213c   15 years Reimar.Doeffinger Fix typo in comment. Originally committed as revision 20097 to …
(edit) @75ddee0a   15 years Reimar.Doeffinger Use skip_put_bytes in MJPEG encoder instead of filling all bytes with …
(edit) @eb0d04c3   15 years Reimar.Doeffinger Use ff_put_string in vorbis encoder. Originally committed as revision …
(edit) @00312109   15 years Reimar.Doeffinger Replace several #ifdef PIC with the more obvious and correct #if …
(edit) @c9da676d   15 years Reimar.Doeffinger Disable parsing for ogg streams where no ogg header was found, if no …
(edit) @19635234   15 years Reimar.Doeffinger Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg …
(edit) @53f9f9c9   15 years kostya.shishkov When BitsPerSample tag is not present in TIFF, that means file is …
(edit) @2ed44396   15 years justin.ruggles Simplify stereo rematrixing by only using one temporary variable. It …
(edit) @16c91d2b   15 years justin.ruggles remove unneeded assignment in inner loop. rematrixing bands are …
(edit) @e935fa9e   15 years stefano.sabatini-lala Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression …
(edit) @a392f82a   15 years diego Remove disabled code cruft. Originally committed as revision 20087 to …
(edit) @0e829974   15 years diego Fix md5 program invocation for BSD. patch by Michael Kostylev, …
(edit) @8f1e203a   15 years Reimar.Doeffinger Use context instead of NULL for logging. Originally committed as …
(edit) @ebb651d5   15 years Reimar.Doeffinger Make sure that dv encoder initializes all encoded packet data. The …
(edit) @8a8720c1   15 years diego cosmetics: K&R coding style, prettyprinting Originally committed as …
(edit) @8ea08bec   15 years darkshikari Fix indentation in avcodec.h Originally committed as revision 20082 …
(edit) @0e71841b   15 years mans WMA: fix loop unrolling in decode_exp_vlc() The count can be a …
(edit) @a7adcf29   15 years diego whitespace cosmetics, prettyprinting, K&R coding style Originally …
(edit) @badce93d   15 years Reimar.Doeffinger Simplify r20025: use align_get_bits instead of reimplementing it. …
(edit) @076a9dea   15 years mans WMA: store level_table as floats, use type punning for sign flip in …
(edit) @ff00b94e   15 years mans WMA: use type punning and unroll loops in decode_exp_vlc() GCC does …
(edit) @c0d1463d   15 years mans WMA: use a table instead of pow() in decode_exp_vlc Originally …
(edit) @4b4ac5c7   15 years Reimar.Doeffinger Sync AC3 probe values with MP3 probe values, they have to avoid …
(edit) @f6765f3   15 years Reimar.Doeffinger Extend DV autodetection to also reliably detect single-frame DVs with …
(edit) @6378b062   15 years Carl Eugen Hoyos Add id3v2 metadata conversion table and use it in mp3 muxer. Patch by …
(edit) @a5568f46   15 years kostya.shishkov Make sure all the bits are written to output in fax data decoder. This …
(edit) @0b8e7ab0   15 years diego some more linebreak and brace placement cosmetics Originally …
(edit) @5e56b30e   15 years diego brace placement and linebreak cosmetics Originally committed as …
(edit) @754ff9a7   15 years robert.swain Refactor channel element configuration and mapping code into its own …
(edit) @2309923c   15 years robert.swain Reindent after last commit Originally committed as revision 20068 to …
(edit) @e22da6b6   15 years robert.swain AAC: Add channel layout support for channel configuration as defined …
(edit) @d2cdf201   15 years kostya.shishkov cosmetics: reindent and reformat function declarations Originally …
(edit) @8da5d3dc   15 years kostya.shishkov Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of …
(edit) @7c6f5238   15 years kostya.shishkov Make TIFF decoder load compression options only for corresponding …
(edit) @ec71a8e   15 years mans ARM: NEON optimised vector_fmul_add Originally committed as revision …
(edit) @35de5d24   15 years mans cosmetics: fix indentation after previous commit Originally committed …
(edit) @952e8721   15 years mans Drop unused args from vector_fmul_add_add, simpify code, and rename …
(edit) @7f5c1421   15 years stefano.sabatini-lala Remove duplicated / stray code which slipped in with r20057. …
(edit) @06d7f30a   15 years Reimar.Doeffinger Get rid of "function" "keywords" in lavfilter testing code, hopefully …
(edit) @eec69b39   15 years kostya.shishkov Do not compile ZLib data uncompressing function in TIFF decoder when …
(edit) @40e02409   15 years stefano.sabatini-lala Implement a lavfitest target for testing regressions in libavfilter. …
(edit) @d975e5e9   15 years mans WMAPRO: use vector_fmul_scalar from dsputil where possible Originally …
(edit) @8b11b44e   15 years justin.ruggles Rearrange loop structure for approx. 35-50% faster …
(edit) @e96f885a   15 years kostya.shishkov Looks like ZLib uncompress() cannot deal with some kinds of TIFF …
(edit) @3b6c5ad2   15 years justin.ruggles Move variable declaration to inside of loop. Originally committed as …
(edit) @02587373   15 years justin.ruggles Cosmetics: Rename some variables. Originally committed as revision …
(edit) @b5f4639b   15 years justin.ruggles Simplify coupling band loop. Originally committed as revision 20051 …
(edit) @09e03847   15 years justin.ruggles Remove unneeded table lookup. Originally committed as revision 20050 …
(edit) @444ce49a   15 years justin.ruggles Cosmetics: Rename some variables to be more descriptive of their use. …
(edit) @4e745ea8   15 years justin.ruggles Move some variable declarations to inside of loops. Originally …
(edit) @3538a2e4   15 years justin.ruggles Remove unneeded variable. Originally committed as revision 20047 to …
(edit) @84cb4bc6   15 years justin.ruggles Cosmetics: Rename some variables to be more descriptive of their use. …
(edit) @8a547c25   15 years justin.ruggles Remove some unneeded variables. Originally committed as revision …
(edit) @403b1543   15 years justin.ruggles Cosmetics: Rename some variables Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.