Activity
From 11/03/2007 to 12/02/2007
12/02/2007
- 11:27 PM Revision 1fe47470 (ffmpeg): Make ff_qt_default_palette_* arrays "static const"
- Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision 77777f0d (ffmpeg): Some spelling fixes in comments
- Originally committed as revision 11138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision 73a727f3 (ffmpeg): Make ff_mkv_codec_tags array const, it is never written.
- Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision b6398969 (ffmpeg): Use the correct "const float *" type for variable instead of casting ...
- Originally committed as revision 11136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 PM Revision 5db3c3bc (ffmpeg): Add missing const to last argument of decode_significance_8x8_x86.
- Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer tar...
- 07:28 PM Revision c20d3ce2 (ffmpeg): indentation
- Originally committed as revision 11134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision cc3a9708 (ffmpeg): dnxhd 720p encoding and decoding support
- Originally committed as revision 11133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision df745b9c (ffmpeg): cosmetics, encode_variance -> encode_fast
- Originally committed as revision 11132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 PM Revision 78532b05 (ffmpeg): fix corner case when qscale 1 bits < frame bits but max bits with wor...
- Originally committed as revision 11131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 79cf2c7e (ffmpeg): RealVideo 3 decoder functions
- Originally committed as revision 11130 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 47ac2b0d (ffmpeg): Fix muxer so that generated files are playable by realplayer, other open
- source players and by fixed ffmpeg rm demuxer (after r11127)
Patch by kostya
Originally committed as revision 11129 ... - 05:46 PM Revision ec28509f (ffmpeg): Fix regression tests after r11127 and 11129
- Patch by kostya
Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:41 PM Revision e3052ce7 (ffmpeg): Revert r10892, it's wrong and no longer needed to prevent crashes
- Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 56cc85a0 (ffmpeg): Misc spelling fixes, prefer American over British English.
- Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 PM Revision 737278c8 (ffmpeg): Fix some spelling typos
- Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:06 PM Revision d0b53d05 (ffmpeg): Fix some spelling mistakes.
- Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 AM Revision 74971185 (ffmpeg): RV30/40 common VLC tables
- Originally committed as revision 11124 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/01/2007
- 10:35 PM Revision f87d2632 (ffmpeg): Fix alignment broke by my last patch
- Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 52b541ad (ffmpeg): spelling
- Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 329851e0 (ffmpeg): TIFF may omit compression tag.
- This fixes issue 276.
Originally committed as revision 11121 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:05 PM Revision 7338d368 (ffmpeg): succes --> success typo
- Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 AM Revision 892a4c2d (ffmpeg): Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize
- nodes[nb_codes*2-2].count (thus making that invalid as well) in
ff_huff_build_tree.
Might fix some (hard to reproduce... - 12:21 AM Revision 5d702d6d (ffmpeg): senseless cast and ()
- Originally committed as revision 11118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 90901860 (ffmpeg): stupid code (casting of void*) found by checktree.sh
- Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 7fffc879 (ffmpeg): 1000l _reserved (found by checktree.sh)
- Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/30/2007
- 09:51 PM Revision 4c1e509c (ffmpeg): wma_decode_superframe always returns s->block_align, so make
- sure we actually consume exactly that amount.
Fixes sound artefacts (mostly blips) that mysteriously disappeared
afte... - 02:08 PM Revision 2d4e0c1a (ffmpeg): Fix make checkheaders, #include <inttypes.h> was missing.
- Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision bc279024 (ffmpeg): Comment some #endif directives.
- Originally committed as revision 25211 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
11/29/2007
- 03:09 PM Revision 0063c05c (ffmpeg): fix segfault with interlaced h.264
- Originally committed as revision 11113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 AM Revision e8acf0ed (ffmpeg): Suppress the "redirector hack" from libavformat/utils.c:av_open_input...
- and implement the redirector format more properly.
Originally committed as revision 11112 to svn://svn.ffmpeg.org/ff...
11/28/2007
- 07:51 PM Revision fe2b276c (ffmpeg): Bump lavf minor due to addition of
- av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek()
Originally committed as revision 11111 to svn://sv... - 07:46 PM Revision e7e4810a (ffmpeg): Extend ByteIOContext and add the buffered IO functions:
- av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek().
patch by: Björn Axelsson, bjorn d axelsson a inti... - 02:27 PM Revision 6b493b2f (ffmpeg): MLP/TrueHD parser
- Patch by Ian Caulfield, ian D caulfield <at> gmail D com
Thread: [PATCH] MLP/TrueHD decoder, 12 Oct 14:26
Originally... - 12:41 PM Revision 0fe93f07 (ffmpeg): Clarify documentation for avcodec_encode_audio.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11108 to svn://svn.ffmpeg... - 12:59 AM Revision 1c715415 (ffmpeg): frame_size vs. frame_size*channels bug
- Originally committed as revision 11107 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2007
- 10:57 PM Revision bb6cc730 (ffmpeg): remove some unused ff_p* vars from dsputil
- Originally committed as revision 11106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision dbb5fdbd (ffmpeg): remove useless #ifdef around extern declaration
- Originally committed as revision 11105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 7c35b551 (ffmpeg): cosmetics: indentation
- Originally committed as revision 11104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 51ac8822 (ffmpeg): convert some #ifdef CONFIG_ to if(ENABLE_
- Originally committed as revision 11103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 5b67ce2a (ffmpeg): build vc1dsp_mmx.c in its own compilation unit
- Originally committed as revision 11102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 43de5065 (ffmpeg): use ff_ prefix for extern vars
- Originally committed as revision 11101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 182f56cb (ffmpeg): make ff_p* vars extern so that they can be used in various *_mmx.c files
- Originally committed as revision 11100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision 713b0bff (ffmpeg): 10l: init_get_bits want size in bits, not bytes
- Originally committed as revision 11099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 48b36ec2 (ffmpeg): cosmetics: alignment
- Originally committed as revision 11098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision c47e20e6 (ffmpeg): spelling cosmetics
- Originally committed as revision 11097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 93115b82 (ffmpeg): Add #include "os_support.h" to restore OS/2 support.
- patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 AM Revision d2f5fe7c (ffmpeg): Remove possibly misleading comments.
- Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 AM Revision de39d62c (ffmpeg): sync message with modern ffmpeg bitrate option syntax.
- note: this message should probably be tweaked; i'm not sure that it's
a good idea for lavc to be recommending ffmpeg ...
11/25/2007
- 05:31 PM Revision 28e7453c (ffmpeg): remove some empty close/init functions in avcodec
- patch by Alex
Originally committed as revision 11093 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:32 PM Revision 725d86bf (ffmpeg): add pcm_s16le_planar support for electronicarts files
- Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision 4d4f59d7 (ffmpeg): split wmv2 encoder and decoder in their own files
- Originally committed as revision 11091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision ac40ce42 (ffmpeg): Typo fix. Previous version had some picture error building up until n...
- Now MMX version decodes 1:1 what the C version does
patch by Christophe GISQUET %christophe P gisquet A free P fr%
O...
11/24/2007
- 05:42 PM Revision e082f4a8 (ffmpeg): Data tables for future RV30/40 decoder
- Originally committed as revision 11089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision d3a9c44e (ffmpeg): Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hri...
- Original thread:
date: Nov 24, 2007 3:09 PM
subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c
Orig... - 10:08 AM Revision f0a838e5 (ffmpeg): Add missing #includes to fix 'make checkheaders'.
- Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 AM Revision 536333a0 (ffmpeg): Extend URLProtocol with new function pointers and api functions for
- av_url_read_play(), av_url_read_pause() and av_url_read_seek().
patch by: Björn Axelsson, bjorn d axelsson a intinor...
11/23/2007
- 12:55 PM Revision 23c0634c (ffmpeg): Link libavdevice against libavutil, libavcodec, and libavformat
- (fix compilation for non-ELF targets).
Originally committed as revision 11085 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:02 PM Revision 52a9cf34 (ffmpeg): Fix out of tree builds after introduction of libavdevice.
- Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 34c9d454 (ffmpeg): Keep -L flags before corresponding -l flags.
- Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 AM Revision 7483e694 (ffmpeg): cosmetics: Consistently indent with 4 spaces, break some long lists i...
- lines, align some columns.
Originally committed as revision 11081 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:07 AM Revision c4035e5d (ffmpeg): Fix the creation of alldevices.c (create it without any rename).
- This also requires some changes to configure
Originally committed as revision 11080 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:52 AM Revision f8a80fd6 (ffmpeg): main() --> main(void)
- Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision 541432c3 (ffmpeg): spelling
- Originally committed as revision 11078 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/22/2007
- 04:10 PM Revision c721d803 (ffmpeg): Introduce libavdevice
- Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision 489b0d4d (ffmpeg): Make av_read_frame with rtsp client return EINTR on interrupt
- patch from elupusateccedotse (missing hunk from r11072)
Originally committed as revision 11076 to svn://svn.ffmpeg.o... - 10:27 AM Revision 594ff7cc (ffmpeg): comment spelling/grammar fixes
- Originally committed as revision 25137 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:27 AM Revision a5e979f4 (ffmpeg): os_support.h is also needed for usleep and lseek on MinGW.
- Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/21/2007
- 10:41 PM Revision 82821c91 (ffmpeg): add VC-1 MMX DSP functions, under MIT license.
- patch by Christophe GISQUET %christophe P gisquet A free P fr%
original thread:
date: Jul 7, 2007 12:52 PM
subject: [... - 04:33 PM Revision 087b3272 (ffmpeg): Include os_support.h only when needed
- Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision a960a1e0 (ffmpeg): Make av_read_frame with rtsp client return EINTR on interrupt
- patch from elupusateccedotse
Originally committed as revision 11072 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:41 AM Revision 899681cd (ffmpeg): Use dynamically allocated ByteIOContext in AVFormatContext
- patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
...
11/20/2007
- 01:42 PM Revision 79815f62 (ffmpeg): Fix wrong error message.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11070 to svn://svn.ffmpeg... - 11:18 AM Revision e5af4a11 (ffmpeg): main() --> main(void)
- Originally committed as revision 11069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision db817cf3 (ffmpeg): whitespace consistency cosmetics
- Originally committed as revision 11068 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/19/2007
- 08:33 PM Revision e59d9328 (ffmpeg): cosmetic (x==NULL -> !x)
- Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision 5b2052b3 (ffmpeg): cosmetic (place { consistently)
- Originally committed as revision 11066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 PM Revision 2b013568 (ffmpeg): Replace realloc with free+malloc, the previous content of the buffer is
- not needed
Originally committed as revision 11065 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:26 PM Revision 0dd954b1 (ffmpeg): cosmetic (remove != 0 / != NULL)
- Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision e1c48b7a (ffmpeg): use sizeof in snprintf (note the changed code is all under #if 0)
- Originally committed as revision 11063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 2867ed9b (ffmpeg): check region depth for validity
- (32/64/128 would crash at least due to 1<<depth allocation later,
and no i do not have a sample file)
Originally com... - 10:40 AM Revision c5a2fe8f (ffmpeg): Generate a linking error if perror() is used in libav*
- Originally committed as revision 11061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 AM Revision 95206290 (ffmpeg): Convert perror() in av_log() in bktr.c.
- Currently untested; someone with the correct OS and hardware should
test it and report if it works.
Originally commi... - 08:07 AM Revision 086119b3 (ffmpeg): Remove perror() usage from udp.c
- Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 9f74582c (ffmpeg): Do not use perror() in audio, video, and DV grabbers
- Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 AM Revision 7f0cd6a5 (ffmpeg): Remove perror() usage from libavutil
- Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision e35033e6 (ffmpeg): Cosmetics
- Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision 69434d2f (ffmpeg): No need to update pos, it's not used after that line
- Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/18/2007
- 10:58 PM Revision 6887cb8b (ffmpeg): Cleanup: remove ssize
- Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 52537534 (ffmpeg): Check for memory allocation failure of temp buffer
- Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision e11d0145 (ffmpeg): Optimize memory management to create an av_packet from multiple slices:
- - remove memmove to pack the data, instead copy only the used areas
from the temp buffer in their final position
- us... - 10:54 AM Revision 289987e4 (ffmpeg): Use memcpy instead of for loop
- Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/17/2007
- 03:14 AM Revision 28af284c (ffmpeg): When new streams are detected, look for old filters and close them out.
- This avoids crashes seen when legitimate streams are found on PID 0x11 instead
of DVB SDT.
Fixes regression detailed ... - 03:04 AM Revision e240f898 (ffmpeg): Call mpegvideo flush routine on h264 flush. Needed in particular
- to clear last_picture_ptr, next_picture_ptr for proper picture
management. Prevents crashes in error concealer follow...
11/16/2007
- 11:15 PM Revision eb72cacb (ffmpeg): Remove unused functions, fixes the warnings:
- snow.c:1163: warning: 'spatial_compose53i' defined but not used
snow.c:1313: warning: 'spatial_compose97i' defined bu... - 01:13 PM Revision db628029 (ffmpeg): Add MPEG2 support to the RTP muxer
- Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 7ed19d7f (ffmpeg): Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
- code (this is needed for supporting MPEG2 video in the RTP muxer)
Originally committed as revision 11046 to svn://sv... - 12:18 AM Revision b5298028 (ffmpeg): Remove empty pipe_close
- Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision 7a813b36 (ffmpeg): Call prot->url_close only if it is present.
- Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 018b6fb4 (ffmpeg): Honor the 8bit extension (now 32bit instaed 24bit) of the pts field i...
- Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/15/2007
- 11:53 PM Revision 964ff354 (ffmpeg): Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
- Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 87246a01 (ffmpeg): avoid some halfpel related #ifdef
- Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 PM Revision 27a2f87d (ffmpeg): 1000l: Fix check for max slice number
- Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision e29378ff (ffmpeg): Move dnet-ac3 byte-swapping code close to audio packet read code
- Fixed version of patch in
[FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes()
Originally committed a... - 02:26 PM Revision aa519c47 (ffmpeg): Remove some more duplicated code
- Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision d4936869 (ffmpeg): Remove the useless variable "my_addr1"
- Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 882d00f2 (ffmpeg): Use the same code to set local_port in the IPv4-only case and in the
- protocol-independet case
Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:40 PM Revision a0c013de (ffmpeg): Put halfpel_interpol under the same #ifdef as its usage, fixes the wa...
- snow.c:4142: warning: #halfpel_interpol# defined but not used
Originally committed as revision 11035 to svn://svn.ff... - 12:31 PM Revision 3b855466 (ffmpeg): Reorder functions to get rid of ugly forward declarations.
- Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 AM Revision 8ea0e802 (ffmpeg): Fix Doxygen parameter
- Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:44 AM Revision e8b7c70f (ffmpeg): Fix Doxygen parameter name
- Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision abfe87d4 (ffmpeg): Fix Doxygen parameter name
- Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 9bd51b9a (ffmpeg): Attribute for specifying direction should come right after @param.
- Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 AM Revision 1a625dce (ffmpeg): Use put_signed_pixels_clamped where appropriate
- Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5)
Thre...
11/14/2007
- 08:31 PM Revision d638424b (ffmpeg): cosmetics: whitespace
- Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 0b77d7d6 (ffmpeg): Remove editor junk from the end.
- Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision 2b992d0e (ffmpeg): Small simplification
- Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 97c8b064 (ffmpeg): add myself as TTA guy
- Originally committed as revision 11025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 8e1b957c (ffmpeg): Support 44.1kHz audio. Acked by Benjamin
- Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 8ef4de4e (ffmpeg): Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
- Acked by Benjamin Larsson
Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:21 PM Revision b64fa5b4 (ffmpeg): Make sine_window static. Acked by Benjamin Larsson
- Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision cd15bbc9 (ffmpeg): MP3 encoding is not integer-only (it's up to LAME)
- Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 4e8988a3 (ffmpeg): Typo
- Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision d4f98ab1 (ffmpeg): Move up opt_show_license to get rid of ugly forward declaration.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 11019 to svn://svn.ffmpeg... - 08:22 AM Revision 5b0b5ecf (ffmpeg): Fix nellymoser decode_tag return value, patch by Stefano Sabatini
- Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:22 AM Revision 6b708904 (ffmpeg): Remove some useless assignments (the UDPContext is allocated with av_...
- Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision d05cb726 (ffmpeg): Simplify set_remote_url(), and remove some code duplication
- Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision 4c7d5764 (ffmpeg): Use recv() instead of recvfrom() (removes some other differences between
- IPv4-only and protocol-independent code)
Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:45 AM Revision 66c49825 (ffmpeg): Remove a now unused field
- Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 AM Revision 9cdcb04f (ffmpeg): Give better names to multicast functions (they are not IPv6-only)
- Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 AM Revision a8bde059 (ffmpeg): Avoid to duplicate the multicast code between the IPv4-only and
- protocol-independent versions
Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:35 AM Revision 0ec12335 (ffmpeg): Remove some ifdefs by using the "dest_addr_len" field in both the IPv...
- code and the protocol-independent code
Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:31 AM Revision 0d4e281c (ffmpeg): Add support for reading WM/Year tag
- Patch by: patrice bensoussan a free d fr
Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 AM Revision bd597862 (ffmpeg): remove unnecessary -1 from snprintf len
- Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 AM Revision bd548b99 (ffmpeg): Add support for ID3v2 year tag
- Patch by: patrice bensoussan a free d fr
Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/13/2007
- 11:43 PM Revision 5fba300d (ffmpeg): rename fps(frame per second) to tb(time base) to prevent
- confusion with the average fps and hopefully stop these "wrong framerate"
bug reports
Originally committed as revisi... - 12:48 AM Revision 095c22ac (ffmpeg): Remove unused variable, fixes the warning:
- ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’:
ppc/vc1dsp_altivec.c:141: warning: unused variable ‘ve...
11/12/2007
- 10:29 PM Revision 1b04f3e0 (ffmpeg): cosmetics: Keep all OBJS entries on a line of their own.
- Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 8361b1be (ffmpeg): remove now useless libogg support
- Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 02d36191 (ffmpeg): tring to workaround gcc 2.95 bug which causes random failures
- Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/11/2007
- 09:56 PM Revision e1a794b2 (ffmpeg): set PKT_FLAG_KEY for Theora and OGM streams
- Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision 6865337f (ffmpeg): ogg seek regression ref
- Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/10/2007
- 06:29 PM Revision ced9037e (ffmpeg): files have been renamed
- Originally committed as revision 11000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 5118cae6 (ffmpeg): ogg muxer
- Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision 96e2fbf2 (ffmpeg): Add comments to some #endif directives.
- Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision f073a393 (ffmpeg): cosmetics: Fix vissual --> visual typo.
- Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 2e39d0cd (ffmpeg): Improve unsupported (pixel) format error message.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10996 to svn://svn.ffmpeg... - 01:23 PM Revision 19671d3f (ffmpeg): Express opinion in a less aggressive manner.
- Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision ba6d9eb3 (ffmpeg): jtype frame implemented
- Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 8a43317e (ffmpeg): cosmetics: Fix spacial --> spatial typo in function names.
- Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision 94472c1d (ffmpeg): comment typo
- Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision c238beb5 (ffmpeg): misc spelling/grammar/wording fixes in comments
- Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision 63d2bad8 (ffmpeg): X8 is supported now, so warning is incorrect
- Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 AM Revision ce5d17f5 (ffmpeg): Provide top_field_first logic for h264
- patch by: Reinhard Nissl rnissl a gmx d de
Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:44 AM Revision 671028e0 (ffmpeg): IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1
- Originally committed as revision 10988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision ce038da0 (ffmpeg): make some tables static
- Originally committed as revision 10987 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/09/2007
- 11:12 PM Revision 49e9a4bf (ffmpeg): add multiple inclusion guards
- Originally committed as revision 10986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision cb0d8a5f (ffmpeg): grammar
- Originally committed as revision 10985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 3358e879 (ffmpeg): indention
- Originally committed as revision 10984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 177c9583 (ffmpeg): remove useless #ifdef
- Originally committed as revision 10983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision dc6e492b (ffmpeg): remove inline from non speed critical functions
- Originally committed as revision 10982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision b7f435b0 (ffmpeg): vertical align
- Originally committed as revision 10981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision 149ad677 (ffmpeg): indention
- Originally committed as revision 10980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision d25300b7 (ffmpeg): remove unneeded {}
- Originally committed as revision 10979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision 732cb5fd (ffmpeg): add {} to make the else look a little more normal
- Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision dd2111bd (ffmpeg): indention
- Originally committed as revision 10977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 8590bcc3 (ffmpeg): indention
- Originally committed as revision 10976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision dfb32930 (ffmpeg): remove debug variable
- Originally committed as revision 10975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision cdcf24f8 (ffmpeg): remove #if 0 code
- Originally committed as revision 10974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision de12b9be (ffmpeg): cosmetic
- Originally committed as revision 10973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 29160257 (ffmpeg): factorize
- Originally committed as revision 10972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision 9abc7e0f (ffmpeg): intrax8 decoder patch by "someone"
- Originally committed as revision 10971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision a9d5a448 (ffmpeg): Clarify Visual Studio FAQ.
- Originally committed as revision 10970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 PM Revision c9215bab (ffmpeg): Add support for some more audio formats
- Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 AM Revision e9b67fe4 (ffmpeg): Disable unused function, fixes the warning:
- tests/tiny_psnr.c:55: warning: ‘exp16’ defined but not used
Originally committed as revision 10968 to svn://svn.ffmp...
11/08/2007
- 09:27 PM Revision 2c187847 (ffmpeg): Improve Sofdec file detection
- Originally committed as revision 10967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 PM Revision 73039e0f (ffmpeg): fix potential buffer over-read
- Originally committed as revision 10966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision cc04af34 (ffmpeg): fix negative fseek
- Originally committed as revision 10965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 5c470b91 (ffmpeg): Split ac3 byte swapping into a separate function.
- Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 4/6] rmdec.c: rm_ac3_swap_by... - 03:14 PM Revision d4d1b5fb (ffmpeg): Isolate caching of audio frames in its own function.
- Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 3/6] rmdec.c: ff_rm_retrieve... - 03:09 PM Revision 66911b15 (ffmpeg): Change a stream indexer.
- Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10962 to svn://svn.ffmpeg.org/ffmpeg/... - 03:07 PM Revision afd302fa (ffmpeg): Split out the packet parsing from the main function body in rmdec.c
- into its own function
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 2/6] r... - 03:05 PM Revision 7e4b1611 (ffmpeg): Change parse indexer.
- Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10960 to svn://svn.ffmpeg.org/ffmpeg/... - 01:14 PM Revision 543b3965 (ffmpeg): fix libogg muxer dependency checking
- Originally committed as revision 10959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:59 AM Revision 353fa898 (ffmpeg): Reindent the code after last commit
- Originally committed as revision 10958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision cd250e58 (ffmpeg): Remove redundant "if(len)"
- Originally committed as revision 10957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision f9e4ed19 (ffmpeg): Give Ogg muxer a lib prefix in the name like we do with all other for...
- implemented through external libraries, plus rename the files accordingly.
Originally committed as revision 10956 to... - 10:53 AM Revision 3240941b (ffmpeg): Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compil...
- when DEBUG is defined.
Patch by Martin Lindhe: martin startwars org
Originally committed as revision 10955 to svn://... - 09:14 AM Revision 36c9e40a (ffmpeg): Change ff_rm_read_mdpr_codecdata to get back to old behavior.
- Originally committed as revision 10954 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/07/2007
- 11:56 PM Revision 8cd4ac3d (ffmpeg): correctly set audio codec when demuxing sofdec files
- samples: http://samples.mplayerhq.hu/game-formats/sfd/
Originally committed as revision 10953 to svn://svn.ffmpeg.or... - 11:42 PM Revision c16d6c50 (ffmpeg): cosmetics: indentation
- Originally committed as revision 10952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision cc6de104 (ffmpeg): split wmv2 in its own file
- Originally committed as revision 10951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision ad426590 (ffmpeg): Fix deblocking filter for field pictures by properly looking for first
- row in bottom fields and preventing the use of "fast" deblocking for such.
Originally committed as revision 10950 to... - 11:23 PM Revision 85f601ee (ffmpeg): rename some msmpeg4 symbols and make them non-static
- so that they can be used in standalone wmv2.c
Originally committed as revision 10949 to svn://svn.ffmpeg.org/ffmpeg/... - 11:06 PM Revision b0bd01d6 (ffmpeg): Fix make checkheaders by adding missing #include.
- Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 968fc6b9 (ffmpeg): probe more kind of electronic arts files
- Originally committed as revision 10947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 PM Revision 2b045c9c (ffmpeg): split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER
- Originally committed as revision 10946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision a319c212 (ffmpeg): Move external library registrations into a separate block after all n...
- implementations so that the latter ones are preferred by default.
Originally committed as revision 10945 to svn://sv... - 10:02 PM Revision 32583309 (ffmpeg): Add some explanatory comments.
- Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:22 PM Revision a0ddef24 (ffmpeg): Rename ogg2.[ch] to oggdec.[ch].
- Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision e282e5ed (ffmpeg): Remove disabled muxer skeleton, blessed by Mans.
- Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 0d49b9ad (ffmpeg): Give the libnut muxer a lib prefix in its name so it does not conflic...
- the native implementation.
Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:20 PM Revision b316aa1a (ffmpeg): Specify the server address when opening an rtp:// URL in rtsp.c, so
- that the correct local address can be used for binding the socket.
Fixes rtsp:// URLs in ffplay on MacOS X
Patch by ... - 08:34 AM Revision 346db900 (ffmpeg): Check context before accessing its field.
- Patch by Thorsten Jordan: tjordan macrosystem de
Originally committed as revision 10939 to svn://svn.ffmpeg.org/ffmp... - 05:35 AM Revision 12877faf (ffmpeg): Musepack SV8 demuxer and decoder
- Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/06/2007
- 06:48 PM Revision c0a85000 (ffmpeg): Fix poc for field pictures. Prior to this, the poc of the second field
- in decoding order would always be assigned to a field pair's poc.
Original thread: H.264: Fix poc for field pairs, 6... - 04:28 PM Revision c03af894 (ffmpeg): ffplay currently needs special handling for pausing in some protocols.
- Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread: [FFmpeg-devel] [PATCH] MMSH pause support f... - 04:19 PM Revision 49ce700a (ffmpeg): Allow propagation of stream selection through the ASF demuxer to the
- MMSH protocol handler.
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread:
[FFmpeg-devel] [PATC... - 04:02 PM Revision ff1463dc (ffmpeg): Split out the MDPR chunk reading into its own function.
- Patch by Ronald S. Bultje: rsbultje gmail com
Original thread:[FFmpeg-devel] [PATCH 1/6] rmdec.c: ff_rm_read_mdpr_cod... - 01:08 PM Revision 62b34152 (ffmpeg): fix predictor initialization for adpcm-ima encoder not to lose first ...
- in block in adpcm-ima decoder
Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru
Original thread: [FFmpeg-devel] [PATC... - 12:26 AM Revision 3837d107 (ffmpeg): Keep -lvorbis in libvorbis linker flags even when only used for encod...
- Some libvorbis versions on some platforms (macports) fail to compile otherwise.
Originally committed as revision 109...
11/05/2007
- 06:16 PM Revision 84a8596d (ffmpeg): Correct assignment of interlaced_frame; was being set on output frames,
- in display order, based on decoding information in decoding order. Now
set properly, immediately upon completion of d... - 12:25 PM Revision 18c05a37 (ffmpeg): Do not send too many RTCP packets (according to RFC 3550, the minimum
- RTCP interval should be 5 seconds)
Originally committed as revision 10930 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:15 AM Revision 0aa7a2e6 (ffmpeg): Use a symbolic name for the payload size of an RTCP Sender Report packet
- Originally committed as revision 10929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision 40b67a56 (ffmpeg): Fix mov checksums following r10852.
- Originally committed as revision 10928 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/04/2007
- 11:00 PM Revision 1c2211bd (ffmpeg): Quote paths in uninstall commands where necessary.
- Originally committed as revision 10927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision 47a1ae1b (ffmpeg): Add some parentheses to clarify operator precedence, fixes the warnings:
- nut.c: In function 'ff_nut_sp_pos_cmp':
nut.c:43: warning: suggest parentheses around + or - inside shift
nut.c:43: w... - 07:52 PM Revision 5b5bd7c9 (ffmpeg): make sure the mpeg audio header is valid before passing it to ff_mpeg...
- Originally committed as revision 10925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision f9def9cc (ffmpeg): Remove libvorbis Vorbis decoding support. Our native decoder is comp...
- and has no known bugs, any remaining issues will hopefully be uncovered now.
Originally committed as revision 10924 ... - 12:46 PM Revision b7a42d14 (ffmpeg): Enable debug variable only when debug code is enabled, fixes the warn...
- rtp_h264.c: In function ‘h264_handle_packet’:
rtp_h264.c:168: warning: unused variable ‘data’
Originally committed a... - 12:34 PM Revision a680708d (ffmpeg): The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
- Rename them to match the actual implementation. Fixes issue 162.
Originally committed as revision 24965 to svn://svn... - 10:27 AM Revision f83579b1 (ffmpeg): Remove unused variable
- Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 8138b9db (ffmpeg): List enabled code in configure output
- Originally committed as revision 10921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision bf0c4afa (ffmpeg): Speed up show_list
- Originally committed as revision 10920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 AM Revision 1b1656c6 (ffmpeg): Warn user if bitrate parameter is too low
- Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 AM Revision 46a845d0 (ffmpeg): The Windows Help Forum is not ffmpeg-user for Windows
- Originally committed as revision 10918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:25 AM Revision a045e515 (ffmpeg): Move external library codec registration to a separate section after all
- native codecs. This way native implementations are always preferred.
Originally committed as revision 10917 to svn:/... - 12:06 AM Revision 0cb2774a (ffmpeg): Add decoding support for variable block size FLAC files using the lat...
- specification. Patch by Josh Coalson.
Originally committed as revision 10916 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/03/2007
- 11:54 PM Revision e471443a (ffmpeg): Add support for FLAC's new RICE2 entropy coding method. Patch by Josh...
- Originally committed as revision 10915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 9abf2433 (ffmpeg): add support for demuxing Electronic Arts .cdata files
- based on a patch from Peter Ross
Originally committed as revision 10914 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:37 PM Revision 271b4095 (ffmpeg): add Electronic Arts XAS ADPCM decoder
- based on a patch from Peter Ross
Originally committed as revision 10913 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:29 PM Revision 7798b42d (ffmpeg): Add ff_ prefix to get_v()
- Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision 897d3eef (ffmpeg): Make get_v() available to the other demuxers
- Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 PM Revision 0c904db1 (ffmpeg): typo
- Originally committed as revision 10910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision eb1c687b (ffmpeg): Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmp...
- Originally committed as revision 10909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision c6dcd0d7 (ffmpeg): fix misdetection of mp3could_not_find_codec_parameters.mp3
- Originally committed as revision 10908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 AM Revision d447fc31 (ffmpeg): Seek regression for RM demuxer fix
- Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom