source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6d7d410f   15 years Carl Eugen Hoyos Clarify responsibility for freeing a buffer when using vdpau. …
(edit) @b70bc022   15 years stefano.sabatini-lala Add descriptions for the committed filters. Originally committed as …
(edit) @6b27353c   15 years stefano.sabatini-lala Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. It is …
(edit) @0600d30   15 years diego Avoid "-z text" diversion on SunOS x86, needed to make FATE happy. …
(edit) @8fdb01c   15 years stefano.sabatini-lala Make dprintf_link() show the name of the link pixel format. …
(edit) @45213083   15 years lorenm s/movdqa/movaps/ in sse1 fft. (regression in r20293) Originally …
(edit) @7549632b   15 years lu_zero rtsp_close_streams frees the auth_b64 line already Originally …
(edit) @d243ba30   15 years lu_zero Support 3xx redirection in rtsp All the error codes 3xx got managed …
(edit) @c5898e86   15 years baptiste.coudurier compute codec bitrate in mov demuxer, patch by haim alon, haim dot …
(edit) @d3ee771   15 years Reimar.Doeffinger Support amdfam10 for --cpu, also avoids a warning about unknown cpu if …
(edit) @bd56505   15 years vitor1001 Bump micro version after the FRWU decoder inclusion Originally …
(edit) @8f1e4d4f   15 years stefano.sabatini-lala Split codec-regression.sh, and create the lavf-regression.sh script. …
(edit) @921da217   15 years lu_zero Just remove params understood by the demuxer This should unbreak …
(edit) @7541f32e   15 years lu_zero Suppress ?params in the rtsp uri Right now rtsp demuxer receives it's …
(edit) @224b4495   15 years lu_zero Use sdp c= line if the rtsp Transport line doesn't have a destination …
(edit) @76e6e9c3   15 years diego Remove ancient redir demuxer. HTTP supports redirection just fine …
(edit) @2189dbc4   15 years mans Fix codectest Originally committed as revision 20360 to …
(edit) @f94e56cf   15 years stefano.sabatini-lala Split codec-regression.sh, put all the code which can be shared by …
(edit) @329c01c   15 years diego Compile LPC code when CONFIG_LPC is set. The codec dependencies on LPC …
(edit) @54116673   15 years stefano.sabatini-lala Update the entry for the AVFilter.description field addition. …
(edit) @cccd292a   15 years stefano.sabatini-lala Move the description field of the filter from AVFilterContext to …
(edit) @01537e9f   15 years stefano.sabatini-lala Add an entry for the AVFilterContext.description addition. Originally …
(edit) @1551745c   15 years stefano.sabatini-lala Add a description field to AVFilterContext. Originally committed as …
(edit) @29b5a3aa   15 years stefano.sabatini-lala Refer again to the "width" and "height" crop parameter names which …
(edit) @c38ae71f   15 years stefano.sabatini-lala Add video vertical flip filter. Originally committed as revision …
(edit) @debfab4a   15 years stefano.sabatini-lala Refer to the "width" and "height" crop parameter names which were …
(edit) @06da6943   15 years lessen42 Add clang to detected compilers Originally committed as revision …
(edit) @b74d42ee   15 years daniel Build extradata in adpcm_ms encoder. This fixes issue #1244. …
(edit) @df84d7d9   15 years michaelni Fix infinite loop with size==0 && sample_size!=0 in non interleaved …
(edit) @83a4d356   15 years michaelni Support non interleaved avi files that have 0<size<sample_size. (No i …
(edit) @c671ac40   15 years benoit.fouet Fixes detection and error reporting of non-existing files in img2.c. …
(edit) @bb7d0e87   15 years daniel Indicate that AdaptCoeff1 and 2 are functions of the actual …
(edit) @415e6d2   15 years stefano.sabatini-lala Sort video filter descriptions by name. Originally committed as …
(edit) @06718022   15 years stefano.sabatini-lala Make the pix_fmts var in query_formats() static const. Originally …
(edit) @190c1669   15 years stefano.sabatini-lala Add video crop filter. Originally committed as revision 20342 to …
(edit) @9abba21a   15 years stefano.sabatini-lala Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the …
(edit) @1554fed2   15 years stefano.sabatini-lala Make avfilter_make_format_list() take in input a const argument. …
(edit) @f2ed1a41   15 years stefano.sabatini-lala Fix the spelling for the project name, from "ffmpeg" to "FFmpeg". …
(edit) @dba755fa   15 years stefano.sabatini-lala Rename vfilters.texi to libavfilter.texi, as the file is meant to …
(edit) @a3faf694   15 years ramiro.polla Add comment on #endif about condition that triggers it. Originally …
(edit) @61ee5045   15 years daniel Seek function for TMV Originally committed as revision 20336 to …
(edit) @0319ba5e   15 years daniel Parenthesize correctly in TMV probe Originally committed as revision …
(edit) @2bc70a7   15 years Reimar.Doeffinger Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek …
(edit) @711e69a7   15 years Carl Eugen Hoyos Improve sofdec dectection to avoid false positives for MP2. Patch by …
(edit) @558dbb84   15 years Reimar.Doeffinger sin_tables.c is a generated file, so add it to CLEANFILES Originally …
(edit) @a0b909fb   15 years benoit.fouet Remove SHIFT_TEMPS from jfdct code. Patch by avcoder: …
(edit) @08580cb0   15 years benoit.fouet Make url_resetbuf() assert on wrong flags passed and make it static on …
(edit) @0cd0a224   15 years diego Move function that is only used by the MP3 muxer below the …
(edit) @2ab9be3a   15 years diego Add missing dependency of the S/PDIF muxer on the AAC parser. Fixes …
(edit) @ff06d76a   15 years diego Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. This …
(edit) @cd69fa69   15 years diego The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object …
(edit) @96ff02f1   15 years diego Get rid of some pointless '== NULL' / '!= 0' conditions in if …
(edit) @6f571d89   15 years diego Remove some duplicate object dependencies for the RTSP demuxer. They …
(edit) @47e9f621   15 years diego Add missing rdt.o dependency for SDP demuxer. This fixes the build …
(edit) @3a408eff   15 years stefano.sabatini-lala Move up the $test variable definition, together with the other …
(edit) @dd65909a   15 years stefano.sabatini-lala Give symbolic names to the positional parameters of the …
(edit) @c0da46c8   15 years stefano.sabatini-lala Break over-80-chars-long line. Originally committed as revision 20320 …
(edit) @72017ea   15 years baptiste.coudurier check stream index validity in av_program_add_stream_index Originally …
(edit) @8425ceca   15 years baptiste.coudurier request mp3 frame_size to be set in has_codec_parameters, fix issue …
(edit) @b0bef342   15 years stefano.sabatini-lala Add additional long names for the Flash Video decoder and encoder. …
(edit) @2917367c   15 years stefano.sabatini-lala Add additional long names for the Sorenson Vector Quantizer 3 decoder. …
(edit) @1c062b55   15 years stefano.sabatini-lala Add additional long names for the Sorenson Vector Quantizer 1 decoder …
(edit) @9adcccde   15 years Reimar.Doeffinger mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make …
(edit) @8767fb4c   15 years diego whitespace cosmetics: prettyprinting, K&R style Originally committed …
(edit) @643fc8f1   15 years Carl Eugen Hoyos Flip (M)JPEG frames encoded by Intel JPEG library. Fixes issues 1464 …
(edit) @11eb3ce   15 years diego Remove pointless parentheses. Originally committed as revision 20311 …
(edit) @d91aac1c   15 years diego cosmetics: Remove pointless parentheses from return statement. …
(edit) @933018e2   15 years Reimar.Doeffinger Align the seek regression test output for better readability. …
(edit) @19538981   15 years darkshikari Update libx264.c for x264 API change Change behavior of b-pyramid …
(edit) @f2c061ec   15 years baptiste.coudurier reindent after commit Originally committed as revision 20307 to …
(edit) @7edbcfb7   15 years baptiste.coudurier In dump_format, print streams not associated with any program. Fixes …
(edit) @cbd8a722   15 years Reynaldo H. Verdejo Pinochet Fix wrong comparison in r20304 Originally committed as revision 20305 …
(edit) @9cf6bbb9   15 years Reynaldo H. Verdejo Pinochet If missing, calculate width or height from bpp and image size lowering …
(edit) @027e85d8   15 years stefano.sabatini-lala Add an entry for the avfilter_make_format_list() interface change. …
(edit) @6b5dc050   15 years stefano.sabatini-lala Rename avfilter_make_format_list2() to avfilter_make_format_list(). …
(edit) @e768cb7   15 years stefano.sabatini-lala Remove avfilter_make_format_list(), it has been replaced by …
(edit) @c3a58c4e   15 years baptiste.coudurier fix indentation Originally committed as revision 20300 to …
(edit) @f6a1fa85   15 years stefano.sabatini-lala Implement avfilter_make_format_list2(), which is going to replace …
(edit) @f28b385d   15 years stefano.sabatini-lala Make clear in the doxy that this is a *video* filter. Originally …
(edit) @f6112d7f   15 years stefano.sabatini-lala Split the "Introduction" chapter in two chapters as suggested by …
(edit) @94ec3aca   15 years Carl Eugen Hoyos Support FourCC mjpa as MJPEG. Fixes issue 1492. Originally committed …
(edit) @9dd08b4e   15 years vitor1001 Fix recursive avfilter_poll_frame(). It was doing min = FFMIN(min, …
(edit) @b07781b6   15 years lorenm fix linking on systems with a function name prefix (10l in r20287) …
(edit) @29e4edbb   15 years lorenm sync yasm macros to x264 Originally committed as revision 20293 to …
(edit) @807e4e81   15 years baptiste.coudurier mux all stream types except audio as one pes packet per avpacket, …
(edit) @10a693b5   15 years baptiste.coudurier fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at …
(edit) @e17ccf60   15 years lorenm huffyuv: add some const qualifiers Originally committed as revision …
(edit) @7857d3cc   15 years baptiste.coudurier fix indentation and add braces Originally committed as revision 20289 …
(edit) @45a4984   15 years baptiste.coudurier handle_packets takes number of packets as arg, avoid reading too much …
(edit) @2f77923d   15 years lorenm simd add_hfyu_left_prediction 2.2x faster than C on conroe, 3.6x on …
(edit) @1303d62d   15 years baptiste.coudurier Increase max resync size, fix demuxing of …
(edit) @f4d608e   15 years justin.ruggles add CONFIG_LPC to the build system for lpc dsputil functions. fixes …
(edit) @4df254f   15 years mans WMAPRO: use some type punning in decode_coeffs() Originally committed …
(edit) @f122ef36   15 years Reynaldo H. Verdejo Pinochet Smarten mtv's probe a bit. Check for non zero on bpp and width|height …
(edit) @a828d48c   15 years Reimar.Doeffinger Replace seek test error return numbers by the corresponding E* …
(edit) @a0228397   15 years vitor1001 Replace big square-root table by a call to ff_sqrt(). Based on a patch …
(edit) @8da1d52c   15 years Aurélien Jacobs remove old and useless debug code It uses the old, deprecated metadata …
(edit) @c4d438c   15 years kostya.shishkov Read metadata in WavPack files. Patch by Anton Khirnov (acronym("What …
(edit) @53bc53ae   15 years diego Fix typo that mistakenly slipped into previous commit: …
(edit) @2bd0758e   15 years Aurélien Jacobs matroskaenc: Add support for writing chapters. patch by Anton Khirnov …
Note: See TracRevisionLog for help on using the revision log.