source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @6ee1cb57   10 years martin libavformat: use MSG_NOSIGNAL when applicable If the remote end of a …
(edit) @b263f8ff   10 years anton lavf: add AVFormatContext.max_ts_probe It allows to configure how …
(edit) @6ca11f71   10 years anton doc/APIchanges: fill in missing hashes and dates
(edit) @424b929b   10 years lu_zero pulse: Add a wallclock option to be compatible with other other …
(edit) @749b1f13   10 years siretart configure: add --enable-rpath This option facilitates testing shared …
(edit) @5caf039b   10 years siretart Prepare for 11_beta2 Release
(edit) @f9f34cb9   10 years lu_zero ogg: Use separate classes for the aliases Unbreak …
(edit) @3526ab89   10 years diego qt-faststart: Undefine fseeko/ftello before defining them This avoids …
(edit) @1019b7c4   10 years diego os_support: Undefine lseek/stat/fstat before defining them This …
(edit) @051aadee   10 years lu_zero ogg: Provide aliases for Speex, Opus and audio-only ogg Since they …
(edit) @cb7b1a2d   10 years anton electronicarts: set the framerate for TGQ/TQI It is hardcoded to 15fps.
(edit) @7b6aae23   10 years anton electronicarts: read the framerate for MAD
(edit) @4d6c5152   10 years anton electronicarts: do not fail on zero-sized chunks At least one FATE …
(edit) @dc4b2e7d   10 years janne-libav rv34: use ff_mpeg_update_thread_context only when decoder is fully …
(edit) @b0bfd09f   10 years diego configure: Suppress "potentially uninitialized variable" warnings from …
(edit) @13c90bc9   10 years diego adts: Return more meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @593aaee9   10 years diego setpts: Add missing inttypes.h #include for PRId64 Also convert a …
(edit) @8fc6a70c   10 years diego mpeg12enc: Add missing #include for PICT_FRAME
(edit) @7cb66ebc   10 years diego error_resilience: Drop asserts from guess_mv() The asserts check …
(edit) @11cd727f   10 years diego vsrc_movie: Adjust a silly typo from …
(edit) @67a7695c   10 years diego avfilter: Remove unused variable from ff_get_video_buffer()
(edit) @b977b287   10 years diego vsrc_movie: Avoid a variable indirection in movie_get_frame() This …
(edit) @6af29302   10 years diego pcm: Drop av_unused attribute from variable that is always used
(edit) @14d2006c   10 years diego pcm: Drop unused variable from DECODE_PLANAR macro
(edit) @d456baa   10 years diego vc1: Add missing parentheses to conditions in vc1_decode_b_mb_intfr()
(edit) @8bc52dbd   10 years diego vfwcap: Drop fallback VfW defines The defines were added long ago …
(edit) @86dfcfd0   10 years diego mov: Drop unused parameter from ff_mov_read_esds() This is cleaner …
(edit) @41e1354c   10 years lu_zero proresenc: Properly account for alpha plane The packet buffer …
(edit) @45ce880a   10 years lu_zero proresenc: Realloc if buffer is too small The buffer allocation may …
(edit) @58b68e4f   10 years lu_zero proresenc: Report buffer overflow If the allocated size, despite best …
(edit) @b16699f   10 years lu_zero proresenc: Remove unneeded parameters from encode_alpha_plane() …
(edit) @12640e4c   10 years lu_zero tiff: Return proper error for missing LZMA compression The LZMA …
(edit) @dd35d451   10 years lu_zero doc: Change wrong term to avoid confusion A function declaration is …
(edit) @42604902   10 years siretart Prepare for 11_beta1 Release
Note: See TracRevisionLog for help on using the revision log.