source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fc1206a4   15 years diego Remove support for nonfree libamr library for AMR-NB/WB …
(edit) @df2bd71   15 years Aurélien Jacobs flvdec: expose metadata through the generic metadata API original …
(edit) @09e54e1f   15 years Aurélien Jacobs flvdec: re-enable metadata parsing duration and videodatarate values …
(edit) @8caa0f06   15 years Aurélien Jacobs flvdec: don't set format and codec context from metadata values This …
(edit) @96f0731a   15 years Reimar.Doeffinger Check for packet_length 0, it is already treated as invalid by the …
(edit) @4f76697   15 years Reimar.Doeffinger Change av_free to av_freep Originally committed as revision 19360 to …
(edit) @16c83185   15 years Reimar.Doeffinger Reallocate internal buffer when coded frame size changes. Fixes …
(edit) @28bcc76a   15 years Reimar.Doeffinger Change iv_decode_frame to get AVCodecContext as argument, so that …
(edit) @c79c960a   15 years Reimar.Doeffinger Remove useless ret variable added in last revision again. Originally …
(edit) @7cda8150   15 years Reimar.Doeffinger 100l, theora_decode_init must pass on errors from vp3_decode_init …
(edit) @c4b7b8bf   15 years Reimar.Doeffinger Make decode_init fail if the huffman tables are invalid and thus …
(edit) @31457d7a   15 years baptiste.coudurier Do not fail if 'uuid' atom is encountered before 'moov'. Patch by …
(edit) @d03936e5   15 years diego libfaac no longer claims to be LGPL. Originally committed as revision …
(edit) @29ce0433   15 years diego The AltiVec code in libswscale no longer is under GPL. Remove one …
(edit) @e13cca4b   15 years Reimar.Doeffinger Ensure that the filter limit values do not exceed the maximum allowed …
(edit) @7fa5f999   15 years Reimar.Doeffinger Extend init_loop_filter to work for filter limit values up to 127 …
(edit) @ad921086   15 years Reimar.Doeffinger Add a check to vp6_parse_coeff_huffman to ensure it does not overread …
(edit) @7576516   15 years Aurélien Jacobs vp56dec: ensure range coder won't read past the end of input buffer …
(edit) @5be5daf1   15 years Reimar.Doeffinger Check that palctrl is available on init instead of crashing when …
(edit) @e30004fa   15 years lorenm fix a buffer overrun on corrupt huffyuv streams Originally committed …
(edit) @2483298a   15 years lessen42 ARM: NEON VP3 IDCT 15% faster VP3/Theora, 10% faster VP6 Originally …
(edit) @82c9182f   15 years Reimar.Doeffinger If the end of the input buffer is reached while decoding MJPEG and at …
(edit) @1496b04c   15 years Reimar.Doeffinger Make the MJPEG decoder return -1 when no image was decoded so that …
(edit) @643fd8a1   15 years Reimar.Doeffinger Add a got_picture flag to MJpegDecodeContext which indicates if its …
(edit) @b27bf2a7   15 years Reimar.Doeffinger mjpegdec: check that the coded dc_index and ac_index have a valid …
(edit) @340e2303   15 years Carl Eugen Hoyos Use enum CodecID instead of int. Fixes the following icc warning: …
(edit) @4eba9cdd   15 years baptiste.coudurier fix and simplify long gop mpeg codec ul computation Originally …
(edit) @df1550f0   15 years baptiste.coudurier set index duration to 0 for cbr, specifying whole container coverage …
(edit) @76b092e2   15 years baptiste.coudurier use ber4 length for descriptors preferred by specs Originally …
(edit) @6a43aab0   15 years baptiste.coudurier write profile and level local tag in mpeg descriptor Originally …
(edit) @e5f61b94   15 years astrange H.264: Check the return value of decode_vui_parameters() Files with …
(edit) @11d058b7   15 years Reimar.Doeffinger Replace invalid Theora frame rate by 25 FPS. Avoids division by 0 due …
(edit) @3dcddf82   15 years Reimar.Doeffinger Check for failed extradata malloc, fixes a crash in out-of-memory …
(edit) @5a4a4d78   15 years Reimar.Doeffinger Check size of "strf" header against size of enclosing "LIST" if there …
(edit) @b098b309   15 years Reimar.Doeffinger Fix indentation Originally committed as revision 19331 to …
(edit) @68a10b40   15 years Reimar.Doeffinger Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. …
(edit) @0410ee8f   15 years astrange H.264: Don't set data_partitioning for invalid NAL_DPA. Before, the …
(edit) @bda1ad1e   15 years jmenon86 Cleanup properly at the end of MPEG Audio parsing. Patch by Art Clarke …
(edit) @e7e5d1e9   15 years michaelni If either of num or den is 0 make both 0 in av_set_pts_info(). …
(edit) @d218a86a   15 years michaelni Make sure av_set_pts_info() does not set the fields of a timebase to …
(edit) @6be8b204   15 years baptiste.coudurier Revert r19317, "simplify slice_end, return size of output frame". It …
(edit) @fb6ecd7   15 years michaelni indent Originally committed as revision 19323 to …
(edit) @37458d7e   15 years michaelni Make sure we dont read over the end. Fixes issue1237. Originally …
(edit) @edb501c4   15 years stefano.sabatini-lala Add an explanation and complete the metadata usage example. …
(edit) @dec14949   15 years michaelni Make arguments of av_set_pts_info() unsigned. Fixes …
(edit) @ec62d942   15 years mans Fix potentially unaligned accesses in ff_copy_bits() A pointer should …
(edit) @f7f1eb6c   15 years baptiste.coudurier simplify slice_end, return size of output frame Originally committed …
(edit) @39c601b5   15 years kostya.shishkov RV3/4 intra types array causes alignment issues (at least on ARM5), …
(edit) @06a497af   15 years diego Use slightly more appropriate format strings for printing decimal …
(edit) @b4b91702   15 years mans Use enum PixelFormat in sws_format_name() prototype Originally …
(edit) @4a30fff6   15 years mans Fix argument type mismatches for av_picture_crop and av_picture_fill …
(edit) @fb0a835f   15 years baptiste.coudurier add missing \n to error message Originally committed as revision …
(edit) @6816f8b8   15 years mans ADPCM: remove unreachable break statement after return Originally …
(edit) @300ad6c1   15 years mans ARM: use gcc inline asm in bswap.h only when available Originally …
(edit) @fe022ce2   15 years darkshikari Fix libx264.c to not drop SEI userdata from x264 encoder. Most muxers …
(edit) @cb28f954   15 years diego Use more portable 'PRId64' instead of 'llx' as conversion/length …
(edit) @d6ced963   15 years mans ARM: enable fast_unaligned when --cpu=armv[67] is specified …
(edit) @8d8409ca   15 years Reimar.Doeffinger Fix nalsize check to avoid an integer overflow that made the check …
(edit) @0444a8c5   15 years michaelni Update seek regression checksums due to: r19300 Rewrite mp3 …
(edit) @b399b932   15 years baptiste.coudurier cosmetics, change case and comments alignment Originally committed as …
(edit) @61f9e3c1   15 years baptiste.coudurier correctly compute frame flags with closed gop Originally committed as …
(edit) @470de55a   15 years stefan.gehrer fix slice header checking Originally committed as revision 19303 to …
(edit) @822d0a6e   15 years michaelni Drop code that attempts to decode frames that are prefixed by junk. …
(edit) @f3ac96e4   15 years kostya.shishkov Support RGB48 PNG decoding Originally committed as revision 19301 to …
(edit) @2073fc84   15 years michaelni Rewrite mp3 parser. New code is much simpler and does not drop stuff …
(edit) @ad925587   15 years alex.converse Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts …
(edit) @07a8eef6   15 years mans Fix build on Net/OpenBSD The renaming in r19293 missed a few things. …
(edit) @4e622dea   15 years stefano.sabatini-lala Cosmetics: group together indev/outdev dependencies. Originally …
(edit) @684aa302   15 years rsbultje Add doxy to av_log_missing_feature() etc. stating that the function is …
(edit) @4811f89b   15 years rsbultje Move av_log_missing_feature() from the internal.h to the public …
(edit) @ce863d7f   15 years rsbultje Rename ff_log_missing_feature() to av_log_missing_feature(). …
(edit) @38e54a75   15 years stefano.sabatini-lala Make the configure script select the input/output devices using …
(edit) @d004179e   15 years michaelni indent Originally committed as revision 19292 to …
(edit) @3fd5a75b   15 years michaelni id3v2.4.0 uses syncsafe integers for sizes of frames. Fixes issue1234 …
(edit) @29024501   15 years lessen42 Revert r19149 "Disable native Vorbis encoder" Originally committed as …
(edit) @2b75bde   15 years stefano.sabatini-lala Remove inconsistent use of a @brief command in av_write_trailer() …
(edit) @d1b9adf2   15 years stefano.sabatini-lala Use consistently the third person in doxy, as recommended by the …
(edit) @5227bd63   15 years stefano.sabatini-lala Fix braino. Originally committed as revision 19287 to …
(edit) @a3a55b78   15 years Carl Eugen Hoyos Icc does not support attribute flatten, do not try to use it. …
(edit) @39a4f146   15 years stefano.sabatini-lala Update ffmpeg documentation regarding metadata setting. -title, …
(edit) @da4c2dab   15 years Carl Eugen Hoyos Remove superfluous const. Originally committed as revision 19284 to …
(edit) @a10de6d   15 years Carl Eugen Hoyos Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: …
(edit) @06be9d9d   15 years Carl Eugen Hoyos Icc 11.1 does not support attributes force_align_arg_pointer, …
(edit) @d2667090   15 years voroshil Pitch delay decoding Originally committed as revision 19281 to …
(edit) @2b069134   15 years voroshil Replace pitch_delay_int array with single variable. Originally …
(edit) @01a3c821   15 years darkshikari Handle variable input stream pixfmts using the same framework …
(edit) @c2b3565e   15 years stefano.sabatini-lala Only link against alsa if enabled. Originally committed as revision …
(edit) @30b1fff6   15 years stefano.sabatini-lala Only checks for jack if it is enabled and hence only links to jack if …
(edit) @8b1a6441   15 years diego AltiVec code and runtime cpudetect do not require CONFIG_GPL. Make …
(edit) @1cd44221   15 years michaelni Fix id3v2.2 frame size parsing. Fixes issue1202. Originally committed …
(edit) @47f42aec   15 years michaelni Fix id3v2.3/4 tag size parsing. Fixes issue1106 Originally committed …
(edit) @57011a1   15 years baptiste.coudurier use AVFormatContext->probesize in av_find_stream_info and raise …
(edit) @d23612ef   15 years baptiste.coudurier Only set CODEC_ID_PROBE when a packet from a stream having a PES …
(edit) @af122d6a   15 years baptiste.coudurier limit raw packet buffer size used for codec probing Originally …
(edit) @57f6d52a   15 years diego The AltiVec optimizations of libswscale are no longer under GPL. …
(edit) @e912c13a   15 years diego PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT …
(edit) @d862fce7   15 years baptiste.coudurier only set par if it does not indicates a rotation, ex iphone 3GS …
(edit) @91d19d47   15 years rsbultje Remove any reference to ASFContext.packet_size and replace it with …
(edit) @a752069d   15 years diego Split developer documentation off from general documentation. …
(edit) @d171a651   15 years stefano.sabatini-lala Rewrite doxy for av_strtod(). Originally committed as revision 19268 …
Note: See TracRevisionLog for help on using the revision log.