source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @c1c206b3   15 years justin.ruggles flvdec: Build a Speex header during FLV demuxing using required and …
(edit) @c173a088   15 years Carl Eugen Hoyos Improve wording: s/reseted/reset Patch by Haruhiko Yamagata, h D …
(edit) @e1c1b0ff   15 years Reimar.Doeffinger Reindent after last patch. Originally committed as revision 19265 to …
(edit) @3fe4d5d4   15 years Reimar.Doeffinger mov demuxer: Track the current position also for streams that have …
(edit) @5dc5c43b   15 years Reimar.Doeffinger mov_read_packet: extract code that searches for the stream/sample to …
(edit) @a2f38511   15 years Reimar.Doeffinger mov_read_packet: if dv_get_packet fails, return exactly its error …
(edit) @69fc436c   15 years Reimar.Doeffinger In mov_read_packet remember the AVStream we want to demux next instead …
(edit) @3c70902b   15 years voroshil LSF (Line Spectral Frequencies) decoding routine. Originally …
(edit) @6a63ff19   15 years baptiste.coudurier check stream existence before assignment, fix #1222 Originally …
(edit) @2722c3a3   15 years Carl Eugen Hoyos Fix H.264 picture reordering, 2nd try. First, reverted one was r19239. …
(edit) @ce9dd8f5   15 years vitor1001 Make documentation better match the code. Now …
(edit) @7995ed8e   15 years rsbultje Add support for "chunked" data blocks. Patch by Peter Holik (peter …
(edit) @74a3059   15 years kostya.shishkov Edge emulation should be used in B-frame MC in mspel mode with mv_x < …
(edit) @1a40491e   15 years diego Add ff_ prefixes to exported symbols in libavformat/riff.h. patch by …
(edit) @2795e35   15 years stefano.sabatini-lala Consistently rename variables denoting regression reference file(s) …
(edit) @1c2744d1   15 years stefano.sabatini-lala Export av_strtod() to eval.h. Originally committed as revision 19252 …
(edit) @b394438e   15 years rsbultje Document making AVFormatContext.packet_size unsigned API change. …
(edit) @92400be2   15 years rsbultje Change packet_size from signed to unsigned, since it never has a …
(edit) @e877eaac   16 years stefano.sabatini-lala Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name …
(edit) @87b4dd3b   16 years justin.ruggles oggenc: Change error log text. An error here does not necessarily mean …
(edit) @3f2eadf4   16 years justin.ruggles oggenc: return error value from ogg_build_flac_headers() Originally …
(edit) @4315aa8b   16 years justin.ruggles cosmetics: spacing and comments Originally committed as revision …
(edit) @e9a32230   16 years justin.ruggles oggenc: check for failed av_mallocz() Originally committed as …
(edit) @b27758bc   16 years baptiste.coudurier Fetch timestamp for the first frame of field only if frame_offset and …
(edit) @f356fc57   16 years baptiste.coudurier clarify encoder and decoder opening error messages Originally …
(edit) @a481293f   16 years Carl Eugen Hoyos Revert unintended hunk of r19241. Originally committed as revision …
(edit) @df028e8c   16 years Carl Eugen Hoyos Revert r19239: It broke four conformance tests. Originally committed …
(edit) @630c97ff   16 years voroshil Convertion of LSF values to coefficients of linear prediction filter …
(edit) @6ee0eb38   16 years Carl Eugen Hoyos Fix H.264 picture reordering. Patch by Haruhiko Yamagata, h D …
(edit) @1efe9fd5   16 years Carl Eugen Hoyos Fix indentation after last commit. Originally committed as revision …
(edit) @d8b2d834   16 years Carl Eugen Hoyos Fix yamaha adpcm stereo (issue 1117). Patch by Yoshihisa Uchida, …
Note: See TracRevisionLog for help on using the revision log.