source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @73c6f598   15 years Carl Eugen Hoyos Move HuffYUV left prediction to dsputil. Patch by Nathan Caldwell, …
(edit) @95ce961d   15 years kostya.shishkov Since some junk may be or may be not present before actual VC-1 …
(edit) @01418506   15 years Reimar.Doeffinger Remove casts that are useless since the argument is void *. …
(edit) @1c38da8   15 years jmenon86 Allow building api-example from outside of libavcodec and also make it …
(edit) @7fd5aeb3   15 years Carl Eugen Hoyos Only read ID3v1 tag if ID3v2 isn't present or is empty. This prevents …
(edit) @9a9964c5   15 years justin.ruggles cosmetics: reindent and line wrap after last commit Originally …
(edit) @d6eee9f3   15 years justin.ruggles alacenc: add a fixed LPC coefficient mode as compression level 1. old …
(edit) @1fe4abf3   15 years michaelni Revert: r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May …
(edit) @41770abf   15 years ramiro.polla id3v2: Export all text information frames with correct names. Patch by …
(edit) @078d89a2   15 years ramiro.polla MP3 muxer: Write all metadata. Patch by Anton Khirnov <wyskas at gmail …
(edit) @79c07907   15 years diego Fix pcm_read_seek () when the position it calculates is greater than 2 …
(edit) @63380b5e   15 years Carl Eugen Hoyos Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as …
(edit) @55c0e1e6   15 years mans ARM: add ff_ prefix to lots of functions Originally committed as …
(edit) @9abcc9a6   15 years mans ARM: cosmetics Originally committed as revision 20166 to …
(edit) @f67e0b82   15 years mans ARM: replace some #if with if() Originally committed as revision …
(edit) @701c618f   15 years mans ARM: clean up file/function naming conventions Originally committed …
(edit) @84d430f8   15 years mans ARM: clean up dsputil initialisation - Move v5 and v6 initialisation …
(edit) @384f26f4   15 years pross Sun Raster RGB support Originally committed as revision 20162 to …
(edit) @e18027ac   15 years Carl Eugen Hoyos Add FIXME about low_delay vs has_b_frames. Originally committed as …
(edit) @f4a4be3   15 years Carl Eugen Hoyos H264 allows B frames without requiring a >=1 sized buffer. Patch by …
(edit) @1febba1e   15 years mans ARM: shorten some long macro names Originally committed as revision …
(edit) @2e823300   15 years mans ARM: update ldm/stm instructions to modern syntax Originally …
(edit) @abff992d   15 years mans ARM: whitespace cosmetics Originally committed as revision 20157 to …
(edit) @f640478b   15 years robert.swain Reindent after channel layout commit from yesterday Originally …
(edit) @aac4b0a4   15 years saschasommer increase maximum compressed frame size fixes playback of piece.wmv …
(edit) @037396d0   15 years saschasommer return AVERROR_INVALIDDATA when the bitstream could not be decoded …
(edit) @dae0d1e2   15 years pross Support decoding of uncompressed PCX scanlines Originally committed …
(edit) @c61e40b7   15 years mans ARM: use plain labels for pc-relative addressing Originally committed …
(edit) @b44c6d8e   15 years mans ARM: remove unnecessary .fpu neon directives Originally committed as …
(edit) @fd818a21   15 years mans ARM: use undocumented .syntax directive to enable UAL syntax …
(edit) @43d160fd   15 years stefano.sabatini-lala Prefer "loglevel" over "logging level number or string" as argname of …
(edit) @53a71e1b   15 years robert.swain Add vorbis channel layout support according to those defined in the …
(edit) @e654b7c2   15 years mans ARM: apply extern symbol prefix where needed Originally committed as …
(edit) @c7f7978a   15 years mans configure: define extern symbol prefix without quotes for for asm …
(edit) @8dfa86f7   15 years mans Do not use -mdynamic-no-pic if PIC is enabled Originally committed as …
(edit) @50fa82e6   15 years mans ARM: add -marm flag since we do not support Thumb Originally …
(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 …
Note: See TracRevisionLog for help on using the revision log.