source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5a419b2d   10 years vittorio.giovara pixdesc: return color properties names
(edit) @04ccd584   10 years vittorio.giovara pixfmt: mark further reserved values
(edit) @c732c62c   10 years vittorio.giovara doc: expand description for some color properties
(edit) @a2c00d22   10 years vittorio.giovara avprobe: print color properties for show_streams
(edit) @147f2e91   10 years vittorio.giovara avcodec: make sure color_range is properly initialized
(edit) @04d14c9   10 years lu_zero vc1: Split the decoder in components Speed up the overall compilation …
(edit) @7ae9791b   10 years vittorio.giovara avformat: bump version after mime_type change
(edit) @b15b06e   10 years vittorio.giovara avformat: use const char* instead of uint8_t* for …
(edit) @2d91abad   10 years anton x86: h264_intrapred: Don't treat 32-bit integers as 64-bit The upper …
(edit) @82f8eb5f   10 years anton jpeg2000: split off inverse MCT as Jpeg2000DSP This makes the …
(edit) @9a03c232   10 years anton h263dec: Force padding bug workaround for H.263. Fixes decoding of …
(edit) @d208d1eb   10 years anton hevc_mvs: make sure to always initialize the temporal MV fully The …
(edit) @79a60c8   10 years anton hevc_mvs: initialize the temporal MV in case of missing ref The …
(edit) @28816050   10 years martin lavf: Set the stream time base hint properly for chained muxers This …
(edit) @b7624944   10 years martin sdp: Simplify parsing/conversion of H264 extradata By using …
(edit) @153fadc3   10 years anton ff_get_format: fix infinite loop Signed-off-by: Anton Khirnov …
(edit) @577899a6   10 years anton lavc: specify the behavior of av_lockmgr_register on failure. The …
(edit) @8de1d679   10 years anton avconv_vdpau: update to new VDPAU interface Signed-off-by: Anton …
(edit) @bef067f8   10 years anton vdpau: check video surface and decoder capabilities Signed-off-by: …
(edit) @e3e158e8   10 years anton vdpau: add av_vdpau_bind_context() This function provides an explicit …
(edit) @502cde40   10 years anton vdpau: force reinitialization when output resolution changes This is …
(edit) @89ac99ba   10 years anton vdpau: pass codec-specific parameters from hwaccel Signed-off-by: …
(edit) @ce083282   10 years anton vdpau: common support for managing the VdpDecoder in avcodec Using …
(edit) @fcc10226   10 years anton vdpau: factor out common end-of-frame handling Also add error …
(edit) @319424d2   10 years anton vdpau: add helper for VDPAU to libav error codes conversion …
(edit) @2a5ac99e   10 years lu_zero x11grab: Check the XQueryPointer return value The …
(edit) @5b9c817d   10 years lu_zero x11grab: Check XFixesGetCursorImage return value It could return NULL …
(edit) @89fa2b56   10 years lu_zero x11grab: Check for XFixes availability at runtime
(edit) @68211c70   10 years lu_zero vc1: Do not assume seek happens after decoding If a seek is requested …
(edit) @36f3aec3   10 years janne-libav fate-vc1_ilaced_twomv: use -flags +bitexact Also updates the …
(edit) @7d97511e   10 years lu_zero configure: Add -lrt dependency to avutil's pc file. This is needed …
(edit) @55f03d87   10 years martin hlsenc: Add parameter -hls_allow_cache The -hls_allow_cache parameter …
(edit) @d10d1b86   10 years derek.buitenhuis libx265: enable psnr reporting when requested by the user This is …
(edit) @19133e96   10 years anton lavf: fix memleaks in avformat_find_stream_info() When …
(edit) @2cd7c994   10 years vittorio.giovara h264: reset ret to avoid propagating minor failures Unbreak …
(edit) @e3a00ac   10 years vittorio.giovara hevc: Initialize mergecand_list to 0 Unbreak …
(edit) @a05f5052   10 years martin sdp: Make opus declaration conform to the spec Signed-off-by: Martin …
(edit) @55174668   10 years lu_zero configure: Provide a safe default for unknonw libcs Support musl out …
(edit) @4e03b209   10 years lu_zero mpeg12: Always invoke the get_format() callback Signed-off-by: Luca …
(edit) @ce423163   10 years lu_zero h264: Always invoke the get_format() callback Signed-off-by: Luca …
(edit) @1c80c9d7   10 years lu_zero hwaccel: Call ->get_format again if hwaccel init fails This allows …
(edit) @9d2cee52   10 years lu_zero configure: Assume a standard-compliant default libc Non-standard …
(edit) @6cfbe1de   10 years lu_zero avconv: Use only audio and video to guess discontinuities Data and …
(edit) @883e98bc   10 years lu_zero probe: Bump the score for mime type matching It should be more …
(edit) @d995f0a1   10 years lu_zero log: Unbreak no-tty support on 256color terminals
(edit) @7703995a   10 years diego flac: Remove unused headers Signed-off-by: Diego Biurrun …
(edit) @cc4992aa   10 years tdskywalker ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. This …
(edit) @4c2fd4b   10 years tdskywalker ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. Some …
(edit) @b39ebcdd   10 years tdskywalker fate: Add VC-1 interlaced twomv test CC: libav-stable@libav.org
(edit) @a97328af   10 years tdskywalker vc1: Use logical instead of bitwise or for twomv CC: …
(edit) @b5fe1344   10 years tdskywalker vc1: Use logical instead of bitwise or for coded_inter This appears …
(edit) @b97f6ef9   10 years diego pcm-dvd: Move a variable to a smaller scope This avoids an unused …
(edit) @4d5b99da   10 years diego caf: Give context structure a consistent name
(edit) @4620affa   10 years diego m4vdec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @86a36108   10 years diego lmlm4: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @95d312d6   10 years diego concat: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @28f5cd31   10 years diego fate: Switch ra4-288 test from framecrc() to pcm() The decoder is …
(edit) @d07ddc93   10 years martin avcodec: Fix a doxy comment to refer to the right function CC: …
(edit) @2f172f1a   10 years martin rtsp: Clear the session id on redirects This fixes handling redirects …
(edit) @ddf5fb71   10 years martin rtpenc: HEVC/H.265 support Signed-off-by: Martin Storsjö …
(edit) @a2efbec   10 years martin libavformat: Move avc mp4 startcode parsing to a shared file …
(edit) @c463dfc7   10 years martin rtpdec_hevc: Drop a duplicated, nonstandard entry The RFC spec draft …
(edit) @103391ca   10 years diego dca: Remove some commented-out cruft
(edit) @2bb2c2bd   10 years martin rtpenc_chain: Pass the initial time_base hint on to the chained muxer …
(edit) @3f2c7035   10 years martin configure: Use the right variables in check_host_cpp HOSTCPPFLAGS and …
(edit) @c5560e72   10 years diego apetag: Fix APE tag size check The size variable is (correctly) …
(edit) @44caf99e   10 years diego fate: Add tests for RealAudio 1.0 (14.4) and RealAudio 2.0 (with 28.8) …
(edit) @2dd09ebf   10 years diego cmdutils: Print a more sensible message in show_filters() w/o …
(edit) @45ff7c93   10 years diego dca: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @9030c58   10 years diego configure: Disable i686 for i586 and lower CPUs
(edit) @2d589273   10 years diego configure: Split adding of CFLAGS and CPPFLAGS for hardened toolchain
(edit) @00431bf8   10 years martin ismindex: handle time discontinuities and nonzero start time The …
(edit) @775a0b04   10 years diego doc: Fix syntax and logical errors in avconv stream combination …
(edit) @ee0ebd3c   10 years diego dv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @f629705b   10 years diego x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags …
(edit) @ec217218   10 years diego x86inc: Free up variable name "n" in global namespace Signed-off-by: …
(edit) @176a0fca   10 years diego x86inc: Make ym# behave the same way as xm# This makes more sense for …
(edit) @9752d07d   10 years diego dirac: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @1ec33551   10 years lu_zero time: Add missing zero Leftover of 56d7df91e010a177a80cfc8dbe394305 …
(edit) @1274ea8d   10 years diego Split off floating point AAN (I)DCT into separate components
(edit) @fcf59762   10 years martin ismindex: Avoid writing ismf files if no base name has been specified …
(edit) @803e822   10 years martin libavformat: Check mkdir return error codes Previously, the returned …
(edit) @041caf1a   10 years diego avplay: Exit by default at the end of playback This is the expected …
(edit) @21439483   10 years diego Drop unnecessary av_unused attributes.
(edit) @213e6067   10 years diego Replace av_unused attributes by block structures This is more …
(edit) @096a1d5b   10 years diego rdft: Move some variables into a separate block This avoids an unused …
(edit) @b574e1e9   10 years diego get_bits: Add OPEN_READER macro variant w/o size_plus8 This avoids a …
(edit) @b21e989a   10 years martin ismindex: produce .ismf file This is a non-standard file that maps …
(edit) @d7913bf5   10 years diego changelog: Move Ogg subtypes aliases entry to the correct release
(edit) @d9792b77   10 years diego Mark 11 release in the changelog Also fix some typos in the entries …
(edit) @12f0388f   10 years diego Add release notes for 11. Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @4d55e9de   10 years diego vc1: Split bits used in libavformat into a separate header This …
(edit) @f205185   10 years diego build: Split WMA frequencies into a separate object file These are …
(edit) @803f899   10 years diego build: cosmetics: Group hwaccel OBJS declarations together
(edit) @2b8b0da0   10 years diego fdctdsp: cosmetics: Drop one unnecessary if-block level
(edit) @d2a4e4b9   10 years diego wma: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @c487972   10 years martin ismindex: recover from completely empty streams This creates …
(edit) @95e177ee   10 years lu_zero rtpdec: HEVC/H.265 support As specified in …
(edit) @ebef9f5a   10 years lu_zero time: Use clock_gettime if the monotonic clock is available …
(edit) @65e78a2e   10 years lu_zero x11grab: Refactor pixel format parsing
Note: See TracRevisionLog for help on using the revision log.