source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @37653f0b   16 years baptiste.coudurier set channel number even for inactive channels Originally committed as …
(edit) @6df1deda   16 years baptiste.coudurier do not set frame start bit since marked as not used and factorize …
(edit) @1de2db8f   16 years michaelni AVInputFormat.reed_seek2() Originally committed as revision 17579 to …
(edit) @2b229186   16 years diego 10l: Ignore error output from failed attempt to read snapshot_version. …
(edit) @10671cf5   16 years diego Read revision string from the file snapshot_version if available. This …
(edit) @d33a14e4   16 years diego cosmetics: Use $() instead of , the former can be nested more …
(edit) @1e5304c   16 years diego Rename yuv2rgb2.c --> yuv2rgb.c. Originally committed as revision …
(edit) @c733922e   16 years Carl Eugen Hoyos Export timestamp parameter from H.264. Patch by Ivan Schreter, …
(edit) @27ca0a79   16 years Carl Eugen Hoyos Add timestamp computation if values are exported by decoder. Patch by …
(edit) @4d8f8301   16 years michaelni 1000l for me, wrong pix_fmt. Originally committed as revision 17573 …
(edit) @edbd72ac   16 years Carl Eugen Hoyos Correct time_base and repeat_pict for MPEG2 video. Patch by Ivan …
(edit) @fc9fe428   16 years Carl Eugen Hoyos Correct time_base of H.264 and repeat_pict. Patch by Ivan Schreter, …
(edit) @810c451b   16 years Carl Eugen Hoyos Change duration computation to use time_base instead of TB/2. Patch …
(edit) @a05aa821   16 years michaelni add ff_find_hwaccel() by Gwenole Beauchesne Originally committed as …
(edit) @6059f13c   16 years michaelni ff_find_hwaccel() Originally committed as revision 17568 to …
(edit) @414d9d7f   16 years michaelni av_hwaccel_next() by Gwenole Beauchesne. Originally committed as …
(edit) @c895618b   16 years michaelni av_register_hwaccel() from Gwenole Beauchesne. Originally committed …
(edit) @f986c8e   16 years michaelni Another AVhwaccel hunk from Gwenole Beauchesne. Originally committed …
(edit) @09a9b45   16 years michaelni Add and use ff_pixfmt_list_420. Originally committed as revision …
(edit) @c0aec489   16 years michaelni Approved hunk from the AVHWaccel patch by Gwenole Beauchesne. …
(edit) @66d4c628   16 years vitor1001 Do not reimplement ff_celp_lp_synthesis_filterf(). Originally …
(edit) @4daa41c   16 years kostya.shishkov Rename buf_vdpau to buf_start Patch by Gwenole Beauchesne <g$lastname> …
(edit) @ee3e3631   16 years michaelni Add ff_h263_find_resync_marker() to find the bit position of the next …
(edit) @cd3356ff   16 years stefan.gehrer check for a stuffing byte at the end of a slice Originally committed …
(edit) @88db5551   16 years stefan.gehrer change macroblock loop in inter frames so that after a slice header …
(edit) @76022763   16 years diego 100l: Revert removal of GPL check for libswscale. libswscale still …
(edit) @ee8ee340   16 years diego Relicense AltiVec optimizations as LGPL with the permission of Marc …
(edit) @f83a4098   16 years diego The software scaler is no longer GPLed. Originally committed as …
(edit) @ad48c9f0   16 years michaelni Do not duplicate frames if the muxer claims that it is not needed. …
(edit) @2591821   16 years michaelni Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated …
(edit) @75d87331   16 years diego Update information regarding LGPL libswscale. Originally committed as …
(edit) @876a4dc0   16 years diego Remove GPL version of yuv2rgb.c that has been replaced by an LGPL …
(edit) @acced32d   16 years diego Mark two variables with av_uninit to avoid false positive gcc …
(edit) @7f123e7f   16 years michaelni Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same …
(edit) @d4f2a625   16 years mans Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER If k==0, log==0 …
(edit) @d3bcbf57   16 years michaelni AVPixFmtDescriptor doxy Originally committed as revision 17549 to …
(edit) @9b61d838   16 years michaelni Pixel Format descriptor, try #1. (yes its intentionally unused, this …
(edit) @39c07b8e   16 years stefano.sabatini-lala Implement in AVFilterGraph the scale_sws_opts field, and pass its …
(edit) @cacb8213   16 years vitor1001 Change sign in ff_celp_lp_synthesis_filterf(). This makes this …
(edit) @40284e9c   16 years baptiste.coudurier start track id at 2, track id 1 for timecode Originally committed as …
(edit) @7ac15917   16 years alex.converse Close the AAC parse context, discovered by Netgem. Originally …
(edit) @d05f808d   16 years zuxy.meng Remove CPUID availability check on AMD64 as it's architectural. …
(edit) @f8c96d0   16 years Reimar.Doeffinger Check return value of ff_fill_pointer in avcodec_default_get_buffer, …
(edit) @d46b2d68   16 years Reimar.Doeffinger 100l, always declare variables at the top of a block, not inside a for …
(edit) @40e5d31b   16 years michaelni More approved hunks for VAAPI & our new and cleaner hwaccel API. patch …
(edit) @c269cf68   16 years michaelni Approved hunks for VAAPI / our new shiny hwaccel API by Gwenole …
(edit) @1d14361d   16 years michaelni Allow av_find_stream_info() to be aborted. Based on a patch by netgem. …
(edit) @75ecf149   16 years diego Check if -lrt is required for nanosleep, as is the case on Solaris. …
(edit) @f67f485b   16 years diego Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu. …
(edit) @b1f58ed4   16 years diego Updates notes about which files are GPL. Originally committed as …
(edit) @7c2d92fe   16 years diego Fix xvmc object dependencies. Originally committed as revision 17534 …
(edit) @7bbc686f   16 years michaelni Fix vc1 split(). Fixes Subtitle-sample.evo, issue52. Originally …
(edit) @91ba181a   16 years kostya.shishkov Better parsing of i263 picture header Originally committed as …
(edit) @b9c353ff   16 years michaelni Compact repeated messages to "Last message repeated x times". …
(edit) @adc5abf7   16 years stefan.gehrer mention raw Chinese AVS video demuxer Originally committed as …
(edit) @214ee5f5   16 years michaelni Search for things like "int *src" without const. Originally committed …
(edit) @04331dea   16 years stefano.sabatini-lala Split avutil.h, move all the pixel format definitions to the new …
(edit) @b81350a   16 years stefan.gehrer consistent naming of Chinese AVS raw demuxer Originally committed as …
(edit) @5ef251e5   16 years stefano.sabatini-lala Add missing av_cold in static init/close functions. Patch by Daniel …
(edit) @50ded3f   16 years michaelni Add note about big vs. little endian. Originally committed as …
(edit) @e27ad118   16 years darkshikari Convert x264 asm files to proper unix line breaks Originally …
(edit) @9bd5f59b   16 years darkshikari Remove (incorrect) filenames from x264 asm files, add descriptions. …
(edit) @3a636b6f   16 years diego Fix gcc detection: Not all gcc versions have "(GCC)" in the version …
(edit) @a9d3c669   16 years baptiste.coudurier mention MXF D-10 Mapping muxer in documentation Originally committed …
(edit) @66e6038c   16 years Reimar.Doeffinger Check return value of frame_start(), this avoids a crash if …
(edit) @67d44b84   16 years Reimar.Doeffinger Support playback of incorrectly cut DV files where the headers do not …
(edit) @e51b7a4   16 years kostya.shishkov Update regressions for YUV2RGB table generator change in SwScaler …
(edit) @e76709d8   16 years kostya.shishkov New LGPLed YUV2RGB table generator for SwScaler Originally committed …
(edit) @21effaa4   16 years ikalvachev Change the type of pblocks from pointers to short array into pointers …
(edit) @d8f28a77   16 years baptiste.coudurier add bandwidth before failing if feed is already being received …
(edit) @00473727   16 years baptiste.coudurier do not set error if an unknown parameter is in config file, just skip …
(edit) @bc64cb96   16 years baptiste.coudurier check av_get_packet return value Originally committed as revision …
(edit) @c027e91a   16 years pross Increase ffmpeg intermediate conversion buffer size to accomodate …
(edit) @befb5cac   16 years pross Increase ffmpeg intermediate conversion buffer size to accomodate …
(edit) @00182190   16 years pross Support 48-bit RGB PPM image. Originally committed as revision 17511 …
(edit) @88c21a6f   16 years pross Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE. Originally committed as …
(edit) @0d8f0abf   16 years baptiste.coudurier return AVERROR(ENOMEM) if alloc failed, set count after alloc, use …
(edit) @03bc0f37   16 years mans Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc …
(edit) @df442a8d   16 years mans configure: detect ccc compiler (Alpha) and set required flags …
(edit) @d2718187   16 years baptiste.coudurier parse aac extradata to fetch channels and sample rate, patch from …
(edit) @c132938d   16 years michaelni Waste less space for printing timebases. Originally committed as …
(edit) @a9e534d5   16 years rsbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what …
(edit) @b1598b58   16 years mans configure: indent Originally committed as revision 17503 to …
(edit) @fa0e036d   16 years michaelni Print all timebases (idea from netgem) Originally committed as …
(edit) @7e101459   16 years diego Check the return values of a few functions to avoid the corresponding …
(edit) @154d432c   16 years mans Pass sysroot argument to gcc Originally committed as revision 17500 …
(edit) @c5200f17   16 years mans Add --sysroot and --sysinclude configure options Some cross-compilers …
(edit) @629687f   16 years mans configure: move detection of compiler type to single location …
(edit) @c60a0f85   16 years michaelni Check for alloc failures. Originally committed as revision 17497 to …
(edit) @8ebe099a   16 years michaelni Check for EOF during index reading. Originally committed as revision …
(edit) @a90de11d   16 years diego Check return value of posix_memalign and explicitly set pointer to …
(edit) @1bbeb06a   16 years diego Use av_strdup to allocate string, prevents the warning: …
(edit) @0a036d07   16 years diego Revert adding av_uninit to out_width/out_height variables. The warning …
(edit) @346db3ef   16 years Carl Eugen Hoyos Use context variable repeat_pict for frame duration computation and …
(edit) @f5007cc   16 years michaelni Handle chunks with the MSB in size set correctly that is unsigned. …
(edit) @96c3da93   16 years Carl Eugen Hoyos Set context variable picture_structure in H264 parser. Patch by Ivan …
(edit) @0ed260c7   16 years Carl Eugen Hoyos Set context variable key_frame in H264 parser. Patch by Ivan …
(edit) @ff6474d   16 years Carl Eugen Hoyos Parse NAL units in H264 parser. Patch by Ivan Schreter, schreter gmx …
(edit) @1790a5e9   16 years Carl Eugen Hoyos Make the following H264 functions available to the parser: …
(edit) @20a93972   16 years diego Bail out if regtest-flashsv is run but zlib is not enabled. …
Note: See TracRevisionLog for help on using the revision log.