source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @bb3ead7e   10 years lu_zero x11grab: Fallback to normal XImage if SHM is not supported
(edit) @c19a49e5   10 years lu_zero ppc: Support little endian intreadwrite
(edit) @7968059e   10 years lu_zero mpegts: Allow custom max resync size
(edit) @94f0843   10 years lu_zero texi2pod: Make it output a single encoding string Intermixing …
(edit) @4912b634   10 years lu_zero x265: Use the encoder defaults Reset the settings as it is done for x264.
(edit) @eda7571e   10 years diego wmv2: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @7a1d6dd   10 years diego xvid: Add C IDCT Thanks to Pascal Massimino and Michael Militzer for …
(edit) @95c0cec0   10 years diego idctdsp: Add global function pointers for {add|put}_pixels_clamped …
(edit) @91d30579   10 years diego get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLE The HAVE_ …
(edit) @ff4d1aa8   10 years diego flv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @f61e47dd   10 years diego asv: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @74512f7   10 years diego 8svx: Return proper error codes Signed-off-by: Diego Biurrun …
(edit) @e48d1ea5   10 years martin ismindex: improve diagnostics This improves error messages for …
(edit) @e205fe68   10 years diego mpeg4videodec: Fix low_delay error message Signed-off-by: Diego …
(edit) @63f800ca   10 years diego aac_adtstoasc_bsf: Return proper error code Signed-off-by: Diego …
(edit) @b8962d64   10 years diego dxva2: Clean up definition of _WIN32_WINNT Only set a value if …
(edit) @4600a85e   10 years diego dxva2: Pass variable of correct type to …
(edit) @37c4674   10 years vittorio.giovara avcodec: fix missing doxygen comment marker
(edit) @9e8bbe7d   10 years diego license: Mention that vf_interlace is GPL, not LGPL
(edit) @4d686fb7   10 years vittorio.giovara matroskaenc: convert avstream stereo3d side data during encoding …
(edit) @d4ae8ac9   10 years vittorio.giovara matroskadec: parse stereo mode on decoding Convert the Matroska …
(edit) @93014864   10 years vittorio.giovara avcodec: add stream-level stereo3d side data
(edit) @f2583bc8   10 years vittorio.giovara matroska: list supported extensions
(edit) @58396e8   10 years diego x11grab: Use a typedef for the context, as most other code does …
(edit) @7bb505a3   10 years diego x11grab: Drop a spurious space in the extension reporting message …
(edit) @20e82b41   10 years diego x11grab: Small near-cosmetic refactorings Signed-off-by: Diego …
(edit) @f07a4290   10 years diego x11grab: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @8d27bf1c   10 years diego x86: xvid: K&R formatting cosmetics
(edit) @dcb7c868   10 years diego cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
(edit) @1f156af4   10 years diego x86: xvid_idct: Drop unused definitions
(edit) @404731bd   10 years lu_zero pulse: Set the wallclock option as default
(edit) @ff771f79   10 years lu_zero vc1: Initialize start_code_found to 0 Leftover of …
(edit) @f5245a9c   10 years anton avconv: fix parsing the AVOptions for -target CC: libav-stable@libav.org
(edit) @1688eef   10 years anton avconv: fix the muxrate values for -target The mpegenc private option …
(edit) @75bbaf24   10 years anton mpegenc: limit the maximum muxrate It is written to the file as a …
(edit) @e87f5e4e   10 years vittorio.giovara h264: fully check cropping amount from sps Even if sps.crop is true, …
(edit) @0a024268   10 years diego libxvid: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @56a721f0   10 years diego doc: fix a typo Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @4c8bd8dd   10 years diego os_support: Adjust an outdated #endif comment
(edit) @4e9e6fa9   10 years lu_zero mpeg: Write H264 streams at offset 2 It hints that the content is …
(edit) @a4d3c200   10 years lu_zero vc1: Fix the skip condition As written in the comment above, skip …
(edit) @ab56fabe   10 years diego vfwcap: Add fallback define for HWND_MESSAGE Some obsolete versions …
Note: See TracRevisionLog for help on using the revision log.