source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fb06b8ba   11 years michaelni Merge commit '0812f5a40a0a190172b6de6e91755b882472ddc5' * commit …
(edit) @0d9f2f5c   11 years michaelni Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895' * commit …
(edit) @28eacd13   11 years michaelni Merge commit '58a868968df445068a143f327ced03b6a02baf0d' * commit …
(edit) @dfd11eb2   11 years michaelni Merge commit 'ac1fc92ea410c396594fcd79f5d4491fe6a8cc90' * commit …
(edit) @52b69fa1   11 years michaelni Merge commit '282c6a1a0ef3e8c8e180c15b39cfe5b89704d848' * commit …
(edit) @f1db3f5f   11 years michaelni Merge commit 'c99307caee01441cfde24f3b7b0db3037b7022dc' * commit …
(edit) @08667c26   11 years michaelni Merge commit '0b0a7a751de02464a33717e70352f696372ba1c4' * commit …
(edit) @e3b7f0e1   11 years michaelni Merge commit 'd0d111d0592bfd6b2b8bcd2321986c0fc493455d' * commit …
(edit) @b6e7834a   11 years michaelni avcodec/mpegvideo_enc: fix linesizes in frame_end() Signed-off-by: …
(edit) @26c2e3bf   11 years michaelni Merge commit '381a722562bcc0b623acf6a00a583fe989bcb72a' * commit …
(edit) @d5050ba   11 years michaelni Merge commit 'b7254288d222013e20539c530b1ec5d324ed5352' * commit …
(edit) @20b28fc   11 years michaelni Merge commit '1f8eb69079880ef1f394c498dfdf471f91222a06' * commit …
(edit) @2951b7f   11 years michaelni Merge commit 'bedf952bb80ae26427854dcde56c139ecb87d4a0' * commit …
(edit) @16338b4   11 years michaelni Merge commit '2cab011f0f02fcff8a0629a611bcac2f0459f04a' * commit …
(edit) @cf948200   11 years michaelni Merge commit 'ff7ffe48097f32417781fe8b2b417eff05a52c55' * commit …
(edit) @36e2ec40   11 years michaelni Merge commit 'f7d228676cb7669059889c4225c8a8dc56708c24' * commit …
(edit) @db7580b4   11 years michaelni Merge commit 'a097f0049b28dc3ed13625e4a42619292c92492f' * commit …
(edit) @85d3bc33   11 years michaelni Merge commit 'ff300e435e5337b03dc7a8f1c0be6c9937059c1e' * commit …
(edit) @92e10e34   11 years michaelni Merge commit 'e41ff4210ac1192c62de3052b33a38c7bcf772f2' * commit …
(edit) @56572787   11 years michaelni Add Windows resource file support for shared libraries Originally …
(edit) @af7562a0   11 years Carl Eugen Hoyos Ignore es_map_length when parsing mpeg program stream map. Fixes …
(edit) @e2bf00ce   11 years michaelni avformat/mov: calculate rfps from the first 100 frames of the index …
(edit) @1565a9a9   11 years michaelni avformat/utils: factor rfps calculation out Signed-off-by: Michael …
(edit) @dc1b0a54   11 years michaelni avformat/utils: provide more IO statistics in debug output at start …
(edit) @6005ab3e   11 years michaelni avcodec/mjpegenc: use av_log2_16bit() in encode_block() This reduces …
(edit) @0812f5a4   11 years anton mjpegenc: write the JFIF header if the sample aspect ratio is set …
(edit) @66499f3   11 years anton mpegvideo: do not set current_picture_ptr in decoders This code was …
(edit) @58a86896   11 years anton FATE: drop the last partial frame in the wmv8-drm test This has …
(edit) @ac1fc92   11 years anton vc1dec: move setting repeat_pict after frame_start() has been called. …
(edit) @282c6a1a   11 years anton mpegvideo: make ff_release_unused_pictures() static It is only called …
(edit) @c99307ca   11 years anton mpegvideo: make frame_size_alloc() static. It is not called from …
(edit) @0b0a7a75   11 years anton mpegvideo: move encode-only parts of common_end() to encode_end()
(edit) @d0d111d   11 years anton mpegvideo: remove commented out cruft from ff_MPV_frame_end()
(edit) @381a7225   11 years anton mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a …
(edit) @b7254288   11 years anton mpegvideo: do not update last_non_b_pict_type in …
(edit) @1f8eb690   11 years anton mpegvideo: move encoding-only initialization from common_init() to …
(edit) @bedf952b   11 years anton mpegvideo: move setting encoding-only vars from common_defaults() to …
(edit) @2cab011f   11 years anton mpegvideo: don't copy input_picture_number in update_thread_context() …
(edit) @ff7ffe48   11 years anton mpeg4videodec: move showed_packed_warning from MpegEncContext to …
(edit) @f7d22867   11 years anton mpeg4videodec: move intra_dc_threshold from MpegEncContext to …
(edit) @a097f004   11 years anton mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context
(edit) @ff300e43   11 years anton mpegvideo: remove an unused variable
(edit) @e41ff42   11 years anton mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
(edit) @5b4d5745   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @be99054   11 years michaelni avcodec/cavsdec: print error messages in case of errors …
(edit) @bc1b8285   11 years michaelni avcodec/cavsdec: use more specific error codes Signed-off-by: Michael …
(edit) @9ca32b20   11 years michaelni avcodec/cavsdec: print warning if no frame has been decoded Fixes …
(edit) @63f74ced   11 years michaelni avcodec/cavsdec: reset stc Signed-off-by: Michael Niedermayer …
(edit) @0538b29   11 years michaelni avcodec/cabac: force get_cabac to be not inlined works around bug in …
(edit) @8dd4f5ec   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @517ec808   11 years michaelni Merge commit '5ec467328122b80fac94c2d5e3e7540d50381868' * commit …
(edit) @a6af5da7   11 years michaelni swresample: use the internal buffer for resampling the last few …
(edit) @3d7c8474   11 years diego x86: Initialize mmxext after amd3dnow optimizations The mmxext …
(edit) @bd8b6185   11 years diego configure: Detect msvcrt libc with a CPP check instead of a link check …
(edit) @5ec4673   11 years diego configure: Add detected C library and host compiler to informative output
(edit) @f3008f30   11 years michaelni avformat/utils: move update_wrap_reference() up simplifies code also …
(edit) @34b16e2d   11 years michaelni avformat/utils: reorder operations in update_wrap_reference() …
(edit) @f1783c0   11 years michaelni Revert "avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set" …
(edit) @c3028116   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @f65afef1   11 years michaelni mpegts: do not set pts for missing dts in video streams …
(edit) @394b0c83   11 years michaelni avformat/utils: correct for timestamp wrap earlier This uses dts & …
(edit) @d7ead9ad   11 years michaelni avformat/utils: also fix wrapping of start_time in …
(edit) @dd5f9259   11 years michaelni avformat/utils: Fix pts_wrap_behavior calculation with negative …
(edit) @704cc5e7   11 years stefasab ffprobe: free shared writer context on exit Fix leak. Spotted-by: …
(edit) @babb611d   11 years michaelni libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOAT The CONFIG_ …
(edit) @04e06cdf   11 years michaelni avcodec: split mp2 encoder into float and fixed This makes the …
(edit) @c255f0b0   11 years anton avconv: initialize hwaccel_pix_fmt Fixes an assertion failure in …
(edit) @9695fb26   11 years michaelni vp9_parser: handle zero-sized packets. Signed-off-by: Michael …
(edit) @0e15a344   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @089fac7   11 years anton alsa-audio-dec: explicitly cast the delay to a signed int64 Otherwise …
(edit) @0cc5011f   11 years michaelni avfilter/vf_pad: fix req_end Fixes out of array accesses Fixes …
(edit) @4d0ac9ae   11 years michaelni Makefile: add dependancies for ffversion.h It has to be build before …
(edit) @210a78ae   11 years michaelni doc/examples/filtering_audio: init packet0.data Fixes use of …
(edit) @6ca0ac5e   11 years stefasab doc/ffserver: remove spurious NoAudio option from stream example
(edit) @d5d51cf0   11 years stefasab lavfi/volume: support all channel counts
(edit) @830be99a   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: dv: …
(edit) @b58c1dd6   11 years michaelni Merge commit '21710ea82118c9d19bea9277b2a85a33096fdd95' * commit …
(edit) @6f9be812   11 years michaelni Merge commit '5a9fcc7d2524d6c0f86b2855019ee9f4cf360276' * commit …
(edit) @a6c455cf   11 years michaelni Merge commit 'ad477710244c761ad1c21246c34e0075fee12d11' * commit …
(edit) @c490cd4c   11 years stefasab doc/examples/filtering_audio: fix chunked audio decoding Support the …
(edit) @893f33e7   11 years stefasab doc/examples/filtering_audio: fix style
(edit) @c7a99d99   11 years stefasab doc/examples/filtering_video: do not make use of AVBufferSinkParams …
(edit) @3aa60180   11 years stefasab doc/examples/filtering_video: add some error handling in init_filters()
(edit) @a12bf9f5   11 years stefasab doc/examples/README: fix typo
(edit) @55c57658   11 years stefasab doc/examples/filtering_audio: add more error checks
(edit) @82e74ee6   11 years stefasab doc/examples/filtering: make use of av_err2str() Simplify.
(edit) @97d19c2f   11 years diego dv: Split off DV video encoder into its own file
(edit) @21710ea8   11 years diego dv: Move DV VLC data tables out of header file
(edit) @5a9fcc7d   11 years diego build: Add rule for building host-specific object files
(edit) @ad477710   11 years diego build: Add shorthand for HOSTCC compile macro
(edit) @7b2534b   11 years michaelni libavutil & opencl: remove opencl default device type …
(edit) @749eb46d   11 years michaelni configure: put pthread_create() check back Unbreaks freebsd, broken …
(edit) @be2312aa   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7ffaa195   11 years diego dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideo The …
(edit) @e3d7a397   11 years michaelni avcodec/h264_refs: improve key frame detection heuristic Fixes …
(edit) @ab6ea7a8   11 years michaelni avcodec/h264_refs: split conditions of if() up for better readability …
(edit) @b2c89453   11 years michaelni avformat/avisynth: remove duplicate av_new_packet() call Found-by: …
(edit) @003f405c   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doc: …
(edit) @d4268634   11 years michaelni Merge commit '3cd612d44789948f72b52944474e0870c5c60964' * commit …
(edit) @975110a8   11 years michaelni Revert "vf_yadif: move x86 init code to x86/yadif.c" This reverts …
Note: See TracRevisionLog for help on using the revision log.