------------------------------------------------------------------------ r16426 | michael | 2009-01-04 16:00:35 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/utils.c 10l format include path for metadata.h ------------------------------------------------------------------------ r16427 | melanson | 2009-01-04 17:47:09 -0300 (Sun, 04 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/avformat.h Ministry of English Composition treatment for the new metadata API ------------------------------------------------------------------------ r16428 | aurel | 2009-01-04 19:31:55 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avformat.h add metadata in AVStream, AVProgram and AVChapter ------------------------------------------------------------------------ r16429 | cehoyos | 2009-01-04 20:17:22 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/configure Fix small errors in configure --help's output. ------------------------------------------------------------------------ r16430 | aurel | 2009-01-04 20:31:31 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/avidec.c M /trunk/libavformat/avienc.c M /trunk/libavformat/metadata.c M /trunk/libavformat/metadata.h M /trunk/libavformat/utils.c rename AVMetaData to AVMetadata and meta_data to metadata ------------------------------------------------------------------------ r16431 | cehoyos | 2009-01-04 20:55:27 -0300 (Sun, 04 Jan 2009) | 5 lines Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264_parser.c M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/mpegvideo.c A /trunk/libavcodec/vdpau_internal.h A /trunk/libavcodec/vdpau_render.h A /trunk/libavcodec/vdpauvideo.c M /trunk/libavutil/avutil.h Add VDPAU hardware accelerated decoding for H264 which can be used by video players. Original patch by NVIDIA corporation. ------------------------------------------------------------------------ r16432 | cehoyos | 2009-01-04 21:31:39 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau_render.h 100l: Add a deleted '{'. ------------------------------------------------------------------------ r16433 | cehoyos | 2009-01-04 21:48:44 -0300 (Sun, 04 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c Cosmetics: Fix indentation. ------------------------------------------------------------------------ r16434 | cehoyos | 2009-01-05 05:46:59 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c 50l: Reenable error resilience for H264 (Patch by Dark Shikari). ------------------------------------------------------------------------ r16435 | diego | 2009-01-05 08:49:15 -0300 (Mon, 05 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vdpau_render.h spelling/grammar and whitespace cosmetics ------------------------------------------------------------------------ r16436 | diego | 2009-01-05 10:57:43 -0300 (Mon, 05 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/intrax8.c M /trunk/libavcodec/x86/dsputil_mmx.c M /trunk/libavcodec/x86/simple_idct_mmx.c M /trunk/libavutil/pca.c Add missing 'void' keyword to parameterless function declarations. ------------------------------------------------------------------------ r16437 | cehoyos | 2009-01-05 11:46:04 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau_render.h Remove leading underscore from union declaration. ------------------------------------------------------------------------ r16438 | romansh | 2009-01-05 14:50:13 -0300 (Mon, 05 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/dv.c additional recovery for the badly broken streams ------------------------------------------------------------------------ r16439 | cehoyos | 2009-01-05 15:44:32 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau_render.h M /trunk/libavcodec/vdpauvideo.c Ministry of English Composition treatment: s/Alloced/Allocated ------------------------------------------------------------------------ r16440 | diego | 2009-01-05 18:52:55 -0300 (Mon, 05 Jan 2009) | 4 lines Changed paths: M /trunk/configure Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible. Fixes compilation of libavformat/udp.c. patch by Palle Lyckegaard, palle lyckegaard dk ------------------------------------------------------------------------ r16441 | diego | 2009-01-05 19:10:16 -0300 (Mon, 05 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/avformat.h Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned out to be unsatisfying and confidence in AVFrac has been restored. ------------------------------------------------------------------------ r16442 | gpoirier | 2009-01-05 19:13:42 -0300 (Mon, 05 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c AltiVec version of h264_idct(8)_dc_add Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16443 | gpoirier | 2009-01-05 20:15:14 -0300 (Mon, 05 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16444 | cehoyos | 2009-01-05 20:23:32 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: A /trunk/libavcodec/vdpau.h (from /trunk/libavcodec/vdpau_render.h:16439) D /trunk/libavcodec/vdpau_render.h M /trunk/libavcodec/vdpauvideo.c Rename vdpau_render.h as vdpau.h. ------------------------------------------------------------------------ r16445 | cehoyos | 2009-01-05 20:25:58 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile Export VDPAU support by installing vdpau.h. ------------------------------------------------------------------------ r16446 | aurel | 2009-01-05 20:56:27 -0300 (Mon, 05 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/metadata.c add a typedef for AVMetadata ------------------------------------------------------------------------ r16447 | aurel | 2009-01-05 21:09:23 -0300 (Mon, 05 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/metadata.c M /trunk/libavformat/metadata.h M /trunk/libavformat/utils.c Add a metadata compatibility layer, so that when a user application set metadata using old API, it is automatically converted to new API before muxing. ------------------------------------------------------------------------ r16448 | cehoyos | 2009-01-06 07:13:25 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau.h 1l: Forgot to rename header guard. ------------------------------------------------------------------------ r16449 | gpoirier | 2009-01-06 07:35:06 -0300 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c offset and weights are signed, fixes some non-bitexact issues. Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16450 | gpoirier | 2009-01-06 07:44:45 -0300 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c fix compilation with GCC-4.3+ patch by David Conrad + fix by myself ------------------------------------------------------------------------ r16451 | gpoirier | 2009-01-06 09:51:35 -0300 (Tue, 06 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/ppc/float_altivec.c Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h (parameter 'len' is a long not an int). Patch by David Conrad % lessen42 A gmail P com % ------------------------------------------------------------------------ r16452 | aurel | 2009-01-06 09:56:21 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/metadata.c ignore year=0 and track=0 ------------------------------------------------------------------------ r16453 | cehoyos | 2009-01-06 12:16:33 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/mpeg12.c Factorise setting of avctx->pix_fmt. ------------------------------------------------------------------------ r16454 | diego | 2009-01-06 14:50:10 -0300 (Tue, 06 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/Makefile cosmetics: alphabetical order ------------------------------------------------------------------------ r16455 | cehoyos | 2009-01-06 15:58:18 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/mpeg12.c Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). ------------------------------------------------------------------------ r16456 | aurel | 2009-01-06 19:01:57 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/Makefile ensure that no GPL code is linked to LGPL only libavcodec ------------------------------------------------------------------------ r16457 | aurel | 2009-01-06 19:11:04 -0300 (Tue, 06 Jan 2009) | 1 line Changed paths: M /trunk/ffmpeg.c M /trunk/libavformat/avformat.h M /trunk/libavformat/metadata.c M /trunk/libavformat/utils.c free all allocated metadata structures ------------------------------------------------------------------------ r16458 | gpoirier | 2009-01-06 19:29:26 -0300 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16459 | gpoirier | 2009-01-06 20:03:33 -0300 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/float_altivec.c Add Altivec version of vector_fmul_window. Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16460 | diego | 2009-01-06 22:19:48 -0300 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/dv.h M /trunk/libavformat/dvenc.c Remove inappropriate const qualifier from function argument, fixes the warning: libavformat/dvenc.c:256: warning: passing argument 2 of ‘av_fifo_generic_write’ discards qualifiers from pointer target type ------------------------------------------------------------------------ r16461 | diego | 2009-01-06 22:42:00 -0300 (Tue, 06 Jan 2009) | 2 lines Changed paths: M /trunk/configure alphabetical ordering cosmetics ------------------------------------------------------------------------ r16462 | diego | 2009-01-06 22:58:04 -0300 (Tue, 06 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Disable SVQ3 checks if SVQ3 support is not compiled in. ------------------------------------------------------------------------ r16463 | ramiro | 2009-01-07 01:21:26 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/configure Don't prefix yasm with cross prefix. Patch by Michael Kostylev ------------------------------------------------------------------------ r16464 | lucabe | 2009-01-07 10:34:29 -0300 (Wed, 07 Jan 2009) | 3 lines Changed paths: M /trunk/libavdevice/v4l2.c Remove the frame rate from struct video_data, and allow using a variable frame rate for video4linux2 input ------------------------------------------------------------------------ r16465 | gpoirier | 2009-01-07 10:54:26 -0300 (Wed, 07 Jan 2009) | 5 lines Changed paths: M /trunk/libavcodec/ppc/h264_altivec.c Add AltiVec versions of h264_idct_add(8|16|16intra), allowing to re-enable ff_h264_idct_add_altivec's usage. Patch by David Conrad %lessen42 A gmail P com% ------------------------------------------------------------------------ r16466 | rbultje | 2009-01-07 11:38:44 -0300 (Wed, 07 Jan 2009) | 7 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rdt.h M /trunk/libavformat/rtsp.c Parse the ASMRuleBook SDP line to dynamically create one new AVStream for each "rule" described in the ASMRuleBook. Each rule represents a stream of identical content compared to other streams in the same rulebook, but with a possibly different codec/bitrate/etc. See "[PATCH] rdt.c: ASM rulebook parsing and AVStream creation" thread on mailinglist. ------------------------------------------------------------------------ r16467 | rbultje | 2009-01-07 11:41:40 -0300 (Wed, 07 Jan 2009) | 9 lines Changed paths: M /trunk/libavformat/rdt.c Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in the AVStream->AVCodecContext->bit_rate field, which is not in the MDPR block (the "OpaqueData" SDP field). This allows clients to choose streams based on their bitrate, which is what most network-players base stream selection on. (Of course, it is also possible to select based on anything else, that is entirely up to the client.) See "[PATCH] rdt.c: ASM rulebook bitrate reading" thread on mailinglist. ------------------------------------------------------------------------ r16468 | rbultje | 2009-01-07 11:45:13 -0300 (Wed, 07 Jan 2009) | 8 lines Changed paths: M /trunk/libavformat/rdt.c M /trunk/libavformat/rdt.h M /trunk/libavformat/rtsp.c Parse the OpaqueData field for every AVStream represented by this "set of streams" (a single RTSPStream / RDTDemuxContext can represent several AVStreams, that's just how Real/RDT was designed...). This will fill in most of the AVStream/AVCodecContext header fields, similar to reading a RM file header would. See "[PATCH] multi-stream MDPR parsing" thread on mailinglist. ------------------------------------------------------------------------ r16469 | rbultje | 2009-01-07 11:48:17 -0300 (Wed, 07 Jan 2009) | 7 lines Changed paths: M /trunk/libavformat/rtsp.c Allow subscription to any of the streams, not just the first, available in this RTSP/RDT session. This basically implies full RDT support, including stream selection in ffmpeg and multi-stream backupping in ffmpeg (by mapping each stream to an output). See "[PATCH] RTSP/RDT: subscriptions" thread on mailinglist. ------------------------------------------------------------------------ r16470 | rbultje | 2009-01-07 11:50:19 -0300 (Wed, 07 Jan 2009) | 5 lines Changed paths: M /trunk/libavformat/asf.c Don't use s->pb if a local ByteIOContext was already provided by the calling function. See mailinglist thread "[PATCH] RTSP-MS 1/15: don't use s->pb in asf.c". ------------------------------------------------------------------------ r16471 | rbultje | 2009-01-07 11:53:04 -0300 (Wed, 07 Jan 2009) | 6 lines Changed paths: M /trunk/libavformat/rtsp.c M /trunk/libavformat/rtsp.h Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future access to these structures in functions that will be located in rtp_asf.c. See "[PATCH] RTSP-MS 2/15: export RTSPState and RTSPStream" mailinglist thread. ------------------------------------------------------------------------ r16472 | rbultje | 2009-01-07 11:55:47 -0300 (Wed, 07 Jan 2009) | 6 lines Changed paths: M /trunk/libavformat/rtsp.c M /trunk/libavformat/rtsp.h Use the "server" RTSP field to detect whether the server that we're talking to is a Microsoft Windows Media Server (the field will be "WMServer/version"). See "[PATCH] RTSP-MS 3/15: Add Windows Media Server type" thread on mailinglist. ------------------------------------------------------------------------ r16473 | rbultje | 2009-01-07 12:13:27 -0300 (Wed, 07 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/rtsp.h Fix doxy comments missing one '*'. ------------------------------------------------------------------------ r16474 | superdump | 2009-01-07 12:44:41 -0300 (Wed, 07 Jan 2009) | 4 lines Changed paths: M /trunk/ffpresets/libx264-fastfirstpass.ffpreset Change direct prediction for fast first pass to automatic as all other presets use this mode and it has to be enabled in the first pass to be used in the second ------------------------------------------------------------------------ r16475 | rbultje | 2009-01-07 13:01:15 -0300 (Wed, 07 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/rtsp.h Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by Diego. ------------------------------------------------------------------------ r16476 | superdump | 2009-01-07 13:51:55 -0300 (Wed, 07 Jan 2009) | 4 lines Changed paths: M /trunk/ffpresets/libx264-fastfirstpass.ffpreset M /trunk/ffpresets/libx264-hq.ffpreset M /trunk/ffpresets/libx264-max.ffpreset M /trunk/ffpresets/libx264-normal.ffpreset Be consistent and use b-frames throughout the presets to avoid confusion about whether they have to be specified in the first pass as well. Also use b_strategy=2 in hq and max presets to further improve compression efficiency. ------------------------------------------------------------------------ r16477 | superdump | 2009-01-07 13:52:15 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: A /trunk/ffpresets/libx264-slowfirstpass.ffpreset Add a slow first pass preset ------------------------------------------------------------------------ r16478 | superdump | 2009-01-07 14:38:29 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: A /trunk/ffpresets/libx264-lossless_fast.ffpreset A /trunk/ffpresets/libx264-lossless_max.ffpreset A /trunk/ffpresets/libx264-lossless_medium.ffpreset A /trunk/ffpresets/libx264-lossless_slow.ffpreset A /trunk/ffpresets/libx264-lossless_slower.ffpreset A /trunk/ffpresets/libx264-lossless_ultrafast.ffpreset Add some lossless h.264 encoding presets as suggested by Jason ------------------------------------------------------------------------ r16479 | superdump | 2009-01-07 15:10:10 -0300 (Wed, 07 Jan 2009) | 5 lines Changed paths: M /trunk/libavcodec/aac_ac3_parser.h M /trunk/libavcodec/ac3_parser.c M /trunk/libavcodec/ac3_parser.h M /trunk/libavcodec/ac3dec.c M /trunk/libavcodec/eac3dec.c Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that will follow Patch by Alex Converse ( alex converse gmail com ) ------------------------------------------------------------------------ r16480 | diego | 2009-01-07 15:24:16 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vdpau.h Use <> instead of "" for system headers. ------------------------------------------------------------------------ r16481 | diego | 2009-01-07 15:42:24 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h264pred.h M /trunk/libavcodec/vdpau_internal.h Add missing headers to allow 'make checkheaders' to pass. ------------------------------------------------------------------------ r16482 | michael | 2009-01-07 16:55:08 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h Document the need of buf=NULL buf_size=0 at the end to obtain all frames. ------------------------------------------------------------------------ r16483 | michael | 2009-01-07 17:44:23 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/utils.c Do not try to duplicate packets that have data==NULL. ------------------------------------------------------------------------ r16484 | michael | 2009-01-07 17:45:39 -0300 (Wed, 07 Jan 2009) | 3 lines Changed paths: M /trunk/ffplay.c Inject NULL packets into the video packet que at EOF to force all delayed frames to be output. ------------------------------------------------------------------------ r16485 | superdump | 2009-01-07 19:09:21 -0300 (Wed, 07 Jan 2009) | 6 lines Changed paths: M /trunk/libavcodec/aac.c M /trunk/libavcodec/aac_parser.c A /trunk/libavcodec/aac_parser.h Support ADTS AAC files in the ffaac decoder (limited to streams containing one raw_data_block() per ADTS frame) Patch by Alex Converse ( alex converse gmail com) based on a patch by Robert Swain ( robert swain gmail com ) ------------------------------------------------------------------------ r16486 | diego | 2009-01-07 19:54:59 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/Makefile The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. ------------------------------------------------------------------------ r16487 | diego | 2009-01-07 20:03:04 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h264.c Only #include svq3.c if the SVQ3 decoder is enabled. ------------------------------------------------------------------------ r16488 | ramiro | 2009-01-07 20:36:34 -0300 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/configure M /trunk/libavutil/mem.c Use posix_memalign() if available. ------------------------------------------------------------------------ r16489 | cehoyos | 2009-01-07 20:37:03 -0300 (Wed, 07 Jan 2009) | 5 lines Changed paths: M /trunk/libavformat/rmdec.c Fix a compiler warning: libavformat/rmdec.c:550: warning: assignment makes pointer from integer Patch by Dominique Leuenberger (dominique-ffmpeg-devel A leuenberger D net) ------------------------------------------------------------------------ r16490 | ramiro | 2009-01-07 20:38:54 -0300 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/configure M /trunk/libavcodec/x86/cpuid.c configure: allow to disable sse code. Based on patch by Michael Kostylev ------------------------------------------------------------------------ r16491 | cehoyos | 2009-01-07 20:42:07 -0300 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau.h M /trunk/libavcodec/vdpauvideo.c Rename bitstreamBuffers* as bitstream_buffers* ------------------------------------------------------------------------ r16492 | cehoyos | 2009-01-07 20:48:32 -0300 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c Rename ff_VDPAU as ff_vdpau. ------------------------------------------------------------------------ r16493 | bcoudurier | 2009-01-07 23:54:43 -0300 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxfdec.c print more debug information if enabled, including index ------------------------------------------------------------------------ r16494 | bcoudurier | 2009-01-07 23:57:21 -0300 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxfdec.c use lower case x and alternate format for hex in printf ------------------------------------------------------------------------ r16495 | bcoudurier | 2009-01-08 04:11:43 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxf.h 100l, add missing enum type, fix compilation ------------------------------------------------------------------------ r16496 | compn | 2009-01-08 14:51:03 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c fourcc CJPG is sequential jpeg ------------------------------------------------------------------------ r16497 | compn | 2009-01-08 15:00:51 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c cosmetics: CJPG is from Creative Webcam ------------------------------------------------------------------------ r16498 | faust3 | 2009-01-08 16:30:10 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/MAINTAINERS added my gnupg fingerprint ------------------------------------------------------------------------ r16499 | aurel | 2009-01-08 20:24:51 -0300 (Thu, 08 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/Makefile M /trunk/libavformat/metadata.h A /trunk/libavformat/metadata_compat.c M /trunk/libavformat/utils.c Add a second metadata compatibility layer, so that metadata that gets demuxed with new API is automatically converted to the old API, allowing old applications to stay functional. ------------------------------------------------------------------------ r16500 | aurel | 2009-01-08 20:30:02 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/metadata.c M /trunk/libavformat/metadata_compat.c move ff_metadata_sync_compat to metadata_compat.c ------------------------------------------------------------------------ r16501 | aurel | 2009-01-08 21:01:42 -0300 (Thu, 08 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/metadata.h M /trunk/libavformat/metadata_compat.c M /trunk/libavformat/utils.c rename ff_metadata_sync_compat to ff_metadata_mux_compat ------------------------------------------------------------------------ r16502 | rbultje | 2009-01-08 22:30:14 -0300 (Thu, 08 Jan 2009) | 5 lines Changed paths: M /trunk/libavformat/rtsp.c Increase buffer size for RTP packet data because some ASF streams use a manual, non-standard blocksize which is bigger than RTP_MAX_PACKET_LENGTH. See "[PATCH] RTSP-MS 4/15: blocksize detection" thread on mailinglist. ------------------------------------------------------------------------ r16503 | mru | 2009-01-09 00:05:11 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/sh4/sh4.h SH4: fix typo in asm constraint ------------------------------------------------------------------------ r16504 | cehoyos | 2009-01-09 13:51:21 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c M /trunk/libavcodec/vc1.h Add refdist_flag to VC1Context. ------------------------------------------------------------------------ r16505 | aurel | 2009-01-09 17:03:53 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/ffserver.c initialize AVFormatContext before calling av_write_header() ------------------------------------------------------------------------ r16506 | lucabe | 2009-01-09 17:10:13 -0300 (Fri, 09 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/utils.c Do not assume that if pkt->destruct != av_destruct_packet then it is not necessary to call the destruct method ------------------------------------------------------------------------ r16507 | bcoudurier | 2009-01-09 19:13:37 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mov.c only set le if value is 1, fix boom5.mov, issue #770 ------------------------------------------------------------------------ r16508 | cehoyos | 2009-01-09 19:22:40 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/error_resilience.c M /trunk/libavcodec/h264.c Move VDPAU check, make future VDPAU patches smaller. ------------------------------------------------------------------------ r16509 | rbultje | 2009-01-09 20:36:17 -0300 (Fri, 09 Jan 2009) | 5 lines Changed paths: M /trunk/libavformat/rtsp.c Apply rtpmap: SDP lines to the last m= line only, since they generally just come directly after each m= line if required. See "[PATCH] RTSP-MS 5-6/15: parse only the last m= line stream per rtpmap line" thread on ML. ------------------------------------------------------------------------ r16510 | rbultje | 2009-01-09 20:36:39 -0300 (Fri, 09 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/rtsp.c Reindent after r16509. ------------------------------------------------------------------------ r16511 | rbultje | 2009-01-09 20:44:52 -0300 (Fri, 09 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/rtsp.c Reindent to properly fit a 80 chars terminal. ------------------------------------------------------------------------ r16512 | bcoudurier | 2009-01-09 20:54:57 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/ffplay.c fix segv, always set audio_buf to audio_buf1 if decoding fail ------------------------------------------------------------------------ r16513 | cehoyos | 2009-01-09 23:45:07 -0300 (Fri, 09 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. ------------------------------------------------------------------------ r16514 | stefano | 2009-01-10 06:53:21 -0300 (Sat, 10 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/Makefile A /trunk/libavcodec/options.c (from /trunk/libavcodec/utils.c:16492) M /trunk/libavcodec/utils.c Move the AVCodecContext options definition to a dedicated file, reduce the utils.c clutter. ------------------------------------------------------------------------ r16515 | cehoyos | 2009-01-10 06:55:55 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c Fill range_map* in VC1Context. ------------------------------------------------------------------------ r16516 | stefano | 2009-01-10 06:56:07 -0300 (Sat, 10 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/Makefile A /trunk/libavformat/options.c (from /trunk/libavformat/utils.c:16508) M /trunk/libavformat/utils.c Move the AVFormatContext options definition to a dedicated file, reduce the utils.c clutter. ------------------------------------------------------------------------ r16517 | stefano | 2009-01-10 07:26:05 -0300 (Sat, 10 Jan 2009) | 2 lines Changed paths: M /trunk/libavfilter/avfilter.h Fix capitalization and missing periods issues. ------------------------------------------------------------------------ r16518 | diego | 2009-01-10 17:31:40 -0300 (Sat, 10 Jan 2009) | 4 lines Changed paths: M /trunk/Makefile Add a separate 'testclean' rule to clean regression test data without removing compiled files. patch by Francesco Cosoleto, cosoleto gmail com ------------------------------------------------------------------------ r16519 | cehoyos | 2009-01-10 19:55:26 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpauvideo.c Cosmetics: Break long line. ------------------------------------------------------------------------ r16520 | cehoyos | 2009-01-10 19:57:51 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. ------------------------------------------------------------------------ r16521 | cehoyos | 2009-01-10 20:00:48 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. ------------------------------------------------------------------------ r16522 | cehoyos | 2009-01-10 20:17:07 -0300 (Sat, 10 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/Makefile Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). ------------------------------------------------------------------------ r16523 | aurel | 2009-01-10 20:49:50 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/ffplay.c fix warning: assignment makes pointer from integer without a cast ------------------------------------------------------------------------ r16524 | cehoyos | 2009-01-10 21:48:20 -0300 (Sat, 10 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c Remove H264Context from vdpau_internal.h. ------------------------------------------------------------------------ r16525 | ramiro | 2009-01-10 23:19:33 -0300 (Sat, 10 Jan 2009) | 3 lines Changed paths: M /trunk/configure Use coff as objformat for dos. Patch by Michael Kostylev ------------------------------------------------------------------------ r16526 | bcoudurier | 2009-01-11 02:23:10 -0300 (Sun, 11 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/flvenc.c check for negative dts value even if bitstream is already formated, this fixes dts when stream copying. ------------------------------------------------------------------------ r16527 | bcoudurier | 2009-01-11 02:23:46 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/flvenc.c reindent ------------------------------------------------------------------------ r16528 | bcoudurier | 2009-01-11 02:24:41 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/flvenc.c remove comment, this is not relevant anymore ------------------------------------------------------------------------ r16529 | kostya | 2009-01-11 05:03:45 -0300 (Sun, 11 Jan 2009) | 7 lines Changed paths: M /trunk/libavcodec/rv30.c RV30 decoder passes possible frame sizes in extradata and selects an appropriate frame size from them in slice, make my decoder do that as well. This fixes issue 779 ------------------------------------------------------------------------ r16530 | conrad | 2009-01-11 05:24:44 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/mov.c Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text ------------------------------------------------------------------------ r16531 | conrad | 2009-01-11 07:26:44 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/isom.c M /trunk/libavformat/movenc.c Add support for muxing mov/mp4/3gp timed text streams ------------------------------------------------------------------------ r16532 | bcoudurier | 2009-01-11 07:36:19 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/movenc.c cosmetics ------------------------------------------------------------------------ r16533 | banan | 2009-01-11 07:40:05 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/mdct.c Add size that is needed for the wmapro codec ------------------------------------------------------------------------ r16534 | bcoudurier | 2009-01-11 07:41:43 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/movenc.c remove warnings about uninitialized vars ------------------------------------------------------------------------ r16535 | bcoudurier | 2009-01-11 07:42:24 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/movenc.c cosmetics ------------------------------------------------------------------------ r16536 | kostya | 2009-01-11 07:50:00 -0300 (Sun, 11 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/rv30.c 30l: when reading mb_offset in RV30 slice header its size should be calculated from current frame dimensions ------------------------------------------------------------------------ r16537 | michael | 2009-01-11 13:11:02 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/ffmpeg.c All negative returns are errors not just -1. ------------------------------------------------------------------------ r16538 | michael | 2009-01-11 13:15:34 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/ffmpeg.c Check the return of audio and video encoders. ------------------------------------------------------------------------ r16539 | michael | 2009-01-11 13:16:33 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/libmp3lame.c All negative values are errors not just -1. ------------------------------------------------------------------------ r16540 | michael | 2009-01-11 13:17:36 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/libmp3lame.c fix indention ------------------------------------------------------------------------ r16541 | michael | 2009-01-11 13:35:04 -0300 (Sun, 11 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/libmp3lame.c Increase BUFFER_SIZE. Fixes issue719. ------------------------------------------------------------------------ r16542 | diego | 2009-01-11 16:52:01 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure Add missing --disable-armv6t2 to help output. ------------------------------------------------------------------------ r16543 | diego | 2009-01-11 16:53:12 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure 1l: better alphabetical order ------------------------------------------------------------------------ r16544 | diego | 2009-01-11 16:54:57 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure cosmetics: Remove useless quotes. ------------------------------------------------------------------------ r16545 | diego | 2009-01-11 17:12:14 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vdpau_internal.h Add missing #include to fix 'make checkheaders'. ------------------------------------------------------------------------ r16546 | diego | 2009-01-11 17:26:53 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/internal.h Drop unnecessary intreadwrite.h and bswap.h #includes. ------------------------------------------------------------------------ r16547 | diego | 2009-01-11 18:03:42 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/crc.c M /trunk/libavutil/md5.c Add necessary, remove unnecessary #includes. ------------------------------------------------------------------------ r16548 | bcoudurier | 2009-01-11 18:04:25 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mov.c move ffindex set before mov_read_default so it can be used in functions ------------------------------------------------------------------------ r16549 | diego | 2009-01-11 18:07:12 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Fix illegal identifier starting with an underscore. ------------------------------------------------------------------------ r16550 | diego | 2009-01-11 18:08:52 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c cosmetics: indentation ------------------------------------------------------------------------ r16551 | diego | 2009-01-11 18:21:40 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/MAINTAINERS Add my GPG key. ------------------------------------------------------------------------ r16552 | diego | 2009-01-11 18:55:14 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure Use 'enabled' function instead of raw 'test' calls in arch checks. ------------------------------------------------------------------------ r16553 | ramiro | 2009-01-11 19:05:43 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/configure M /trunk/libavformat/file.c Use setmode() if it exists in , and not based on O_BINARY. ------------------------------------------------------------------------ r16554 | stefano | 2009-01-11 19:05:48 -0300 (Sun, 11 Jan 2009) | 4 lines Changed paths: M /trunk/libavfilter/avfilter.c M /trunk/libavfilter/avfilter.h M /trunk/libavfilter/defaults.c Implement the avfilter_default_draw_slice() handler and use it in avfilter_draw_slice() when the draw_slice callback is not defined in the input pad. ------------------------------------------------------------------------ r16555 | ramiro | 2009-01-11 19:10:04 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure M /trunk/libavutil/internal.h Add truncf() replacement function. Patch by Michael Kostylev ------------------------------------------------------------------------ r16556 | diego | 2009-01-11 19:19:48 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/4xm.c M /trunk/libavcodec/8bps.c M /trunk/libavcodec/adxdec.c M /trunk/libavcodec/adxenc.c M /trunk/libavcodec/bytestream.h M /trunk/libavcodec/cinepak.c M /trunk/libavcodec/dirac_parser.c M /trunk/libavcodec/dpcm.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/dvdsub_parser.c M /trunk/libavcodec/dxa.c M /trunk/libavcodec/eacmv.c M /trunk/libavcodec/flicvideo.c M /trunk/libavcodec/h264_mp4toannexb_bsf.c M /trunk/libavcodec/mlp.c M /trunk/libavcodec/mmvideo.c M /trunk/libavcodec/movsub_bsf.c M /trunk/libavcodec/msrledec.c M /trunk/libavcodec/msvideo1.c M /trunk/libavcodec/ptx.c M /trunk/libavcodec/qdrw.c M /trunk/libavcodec/qtrle.c M /trunk/libavcodec/rl2.c M /trunk/libavcodec/rpza.c M /trunk/libavcodec/s3tc.c M /trunk/libavcodec/smc.c M /trunk/libavcodec/sunrast.c M /trunk/libavcodec/targa.c M /trunk/libavcodec/targaenc.c M /trunk/libavcodec/truespeech.c M /trunk/libavcodec/txd.c M /trunk/libavcodec/vmdav.c M /trunk/libavcodec/vmnc.c M /trunk/libavcodec/vqavideo.c M /trunk/libavcodec/ws-snd1.c M /trunk/libavcodec/xan.c M /trunk/libavcodec/xiph.c M /trunk/libavcodec/xl.c M /trunk/libavcodec/zmbv.c M /trunk/libavcodec/zmbvenc.c M /trunk/libavformat/4xm.c M /trunk/libavformat/ape.c M /trunk/libavformat/avc.c M /trunk/libavformat/bethsoftvid.c M /trunk/libavformat/bfi.c M /trunk/libavformat/dsicin.c M /trunk/libavformat/dxa.c M /trunk/libavformat/electronicarts.c M /trunk/libavformat/ffmdec.c M /trunk/libavformat/ffmenc.c M /trunk/libavformat/flic.c M /trunk/libavformat/idcin.c M /trunk/libavformat/idroq.c M /trunk/libavformat/iff.c M /trunk/libavformat/ipmovie.c M /trunk/libavformat/lmlm4.c M /trunk/libavformat/matroskadec.c M /trunk/libavformat/matroskaenc.c M /trunk/libavformat/mm.c M /trunk/libavformat/mov.c M /trunk/libavformat/mpegts.c M /trunk/libavformat/mpegtsenc.c M /trunk/libavformat/nutdec.c M /trunk/libavformat/nutenc.c M /trunk/libavformat/nuv.c M /trunk/libavformat/psxstr.c M /trunk/libavformat/rl2.c M /trunk/libavformat/rmdec.c M /trunk/libavformat/rtsp.c M /trunk/libavformat/segafilm.c M /trunk/libavformat/sierravmd.c M /trunk/libavformat/siff.c M /trunk/libavformat/smacker.c M /trunk/libavformat/swfdec.c M /trunk/libavformat/thp.c M /trunk/libavformat/txd.c M /trunk/libavformat/vc1test.c M /trunk/libavformat/vocdec.c M /trunk/libavformat/wc3movie.c M /trunk/libavformat/westwood.c M /trunk/libavformat/wv.c M /trunk/libavformat/xa.c Fix build: Add intreadwrite.h and bswap.h #includes where necessary. ------------------------------------------------------------------------ r16557 | diego | 2009-01-11 19:32:45 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure Use 'enabled' function to simplify x86_64 check in the mingw32 section. ------------------------------------------------------------------------ r16558 | diego | 2009-01-11 19:45:19 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/configure Split arch variable into arch and subarch. ------------------------------------------------------------------------ r16559 | diego | 2009-01-11 19:48:07 -0300 (Sun, 11 Jan 2009) | 2 lines Changed paths: M /trunk/common.mak M /trunk/configure M /trunk/libavutil/Makefile Extend 'checkheaders' target to architecture-specific subdirectories. ------------------------------------------------------------------------ r16560 | ramiro | 2009-01-11 20:15:13 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/configure Pass subarch instead of arch to YASMFLAGS ------------------------------------------------------------------------ r16561 | conrad | 2009-01-11 20:24:28 -0300 (Sun, 11 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/mov.c Use the dimensions in tkhd for timed text tracks ------------------------------------------------------------------------ r16562 | stefano | 2009-01-11 20:26:52 -0300 (Sun, 11 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/libtheoraenc.c Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libtheora is enabled. ------------------------------------------------------------------------ r16563 | mru | 2009-01-11 20:49:06 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: fix PIC activation for x86_64 shared libs ------------------------------------------------------------------------ r16564 | mru | 2009-01-11 21:07:40 -0300 (Sun, 11 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avidec.c AVI: add bswap.h include needed on big endian ------------------------------------------------------------------------ r16565 | stefano | 2009-01-12 17:30:57 -0300 (Mon, 12 Jan 2009) | 4 lines Changed paths: M /trunk/libavfilter/avfilter.c Make avfilter_open() set to NULL the pads and the filters when the corresponding count is zero, rather than allocate a 16 bytes sized block for them. Improve safety. ------------------------------------------------------------------------ r16566 | stefano | 2009-01-12 17:34:34 -0300 (Mon, 12 Jan 2009) | 3 lines Changed paths: M /trunk/libavfilter/avfilter.c Reindent after the last commit, while at it also add some spaces for improving readability. ------------------------------------------------------------------------ r16567 | mru | 2009-01-12 17:37:29 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/simple_idct_armv6.S ARM: use rX register names in simple_idct_armv6.S ------------------------------------------------------------------------ r16568 | mru | 2009-01-12 17:37:33 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/simple_idct_armv6.S ARM: clean up pc-relative references in simple_idct_armv6.S ------------------------------------------------------------------------ r16569 | mru | 2009-01-12 17:37:39 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/simple_idct_armv6.S ARM: simple_idct_armv6.S whitespace cosmetics ------------------------------------------------------------------------ r16570 | mru | 2009-01-12 17:37:49 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/simple_idct_armv6.S ARM: use push/pop pseudo-instructions in simple_idct_armv6.S ------------------------------------------------------------------------ r16571 | aurel | 2009-01-12 21:14:43 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/opt.h M /trunk/libavutil/fifo.h M /trunk/libavutil/log.h add the necessary include for LIBAV*_VERSION_* ------------------------------------------------------------------------ r16572 | aurel | 2009-01-12 21:20:18 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/metadata_compat.c fix version protection ------------------------------------------------------------------------ r16573 | mru | 2009-01-12 23:02:50 -0300 (Mon, 12 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: add Alpha CPU types ------------------------------------------------------------------------ r16574 | kostya | 2009-01-13 03:43:46 -0300 (Tue, 13 Jan 2009) | 5 lines Changed paths: M /trunk/libavcodec/cinepak.c Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. This fixes issue 744 ------------------------------------------------------------------------ r16575 | kostya | 2009-01-13 05:00:37 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/cinepak.c Cinepak strip ID is a single byte ------------------------------------------------------------------------ r16576 | kostya | 2009-01-13 05:02:31 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c 421l: fix loop filter for P-frames in VC-1 ------------------------------------------------------------------------ r16577 | kostya | 2009-01-13 05:03:45 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c Print VC-1 aspect ratio in debug ------------------------------------------------------------------------ r16578 | kostya | 2009-01-13 05:05:40 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c VC-1 display dimensions should affect coded dimensions only (I think) ------------------------------------------------------------------------ r16579 | compn | 2009-01-13 14:10:10 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c add SLMJ fourcc to mjpeg ------------------------------------------------------------------------ r16580 | michael | 2009-01-13 16:13:08 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h Add CODEC_ID_MP1. ------------------------------------------------------------------------ r16581 | michael | 2009-01-13 16:32:08 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/mpegaudio_parser.c M /trunk/libavcodec/mpegaudiodec.c Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. ------------------------------------------------------------------------ r16582 | michael | 2009-01-13 16:35:34 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/mpegaudio_parser.c Let the mpeg audio parser correct the codec_id. ------------------------------------------------------------------------ r16583 | michael | 2009-01-13 16:38:54 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/utils.c Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. ------------------------------------------------------------------------ r16584 | superdump | 2009-01-13 16:40:35 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: A /trunk/ffpresets/libx264-baseline.ffpreset A /trunk/ffpresets/libx264-main.ffpreset Add presets to use as constraints for H.264 Baseline and Main profiles ------------------------------------------------------------------------ r16585 | superdump | 2009-01-13 16:46:42 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: A /trunk/ffpresets/libx264-ipod320.ffpreset A /trunk/ffpresets/libx264-ipod640.ffpreset Add presets for Apple iPod constraints ------------------------------------------------------------------------ r16586 | victor | 2009-01-13 18:07:27 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/doc/ffmpeg-doc.texi Document the same functions, in the same order, that eval.c has. ------------------------------------------------------------------------ r16587 | michael | 2009-01-13 18:13:45 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/mpeg12.c Avoid using sub_id in mpeg1/2video. ------------------------------------------------------------------------ r16588 | victor | 2009-01-13 18:20:03 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/doc/ffmpeg-doc.texi Document the ld, st, while statements. ------------------------------------------------------------------------ r16589 | stefano | 2009-01-13 20:36:06 -0300 (Tue, 13 Jan 2009) | 4 lines Changed paths: M /trunk/ffserver.c Include libavformat/avformat.h before all the other libav* headers. This is safer since they may use the symbol LIBAVFORMAT_BUILD defined in avformat.h. ------------------------------------------------------------------------ r16590 | aurel | 2009-01-13 20:44:16 -0300 (Tue, 13 Jan 2009) | 3 lines Changed paths: M /trunk/cmdutils.c M /trunk/configure M /trunk/doc/faq.texi M /trunk/ffmpeg.c M /trunk/ffplay.c M /trunk/ffserver.c M /trunk/libavcodec/aac.c M /trunk/libavcodec/aactab.c M /trunk/libavcodec/aactab.h M /trunk/libavcodec/adpcm.c M /trunk/libavcodec/alpha/dsputil_alpha_asm.S M /trunk/libavcodec/alpha/motion_est_mvi_asm.S M /trunk/libavcodec/arm/asm.S M /trunk/libavcodec/arm/dsputil_arm.c M /trunk/libavcodec/arm/dsputil_arm_s.S M /trunk/libavcodec/arm/dsputil_vfp.S M /trunk/libavcodec/arm/float_arm_vfp.c M /trunk/libavcodec/arm/mathops.h M /trunk/libavcodec/arm/mpegvideo_arm.c M /trunk/libavcodec/asv1.c M /trunk/libavcodec/bfin/mathops.h M /trunk/libavcodec/bitstream.h M /trunk/libavcodec/cabac.h M /trunk/libavcodec/cljr.c M /trunk/libavcodec/cscd.c M /trunk/libavcodec/dct-test.c M /trunk/libavcodec/dnxhdenc.c M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/dv.c M /trunk/libavcodec/error_resilience.c M /trunk/libavcodec/fft.c M /trunk/libavcodec/ffv1.c M /trunk/libavcodec/flacenc.c M /trunk/libavcodec/g726.c M /trunk/libavcodec/h263.c M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264_parser.c M /trunk/libavcodec/huffyuv.c M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/imgresample.c M /trunk/libavcodec/lcldec.c M /trunk/libavcodec/lclenc.c M /trunk/libavcodec/libamr.c M /trunk/libavcodec/libdirac.h M /trunk/libavcodec/libfaad.c M /trunk/libavcodec/libschroedinger.h M /trunk/libavcodec/libxvidff.c M /trunk/libavcodec/mathops.h M /trunk/libavcodec/mpc.c M /trunk/libavcodec/mpc.h M /trunk/libavcodec/mpc7.c M /trunk/libavcodec/mpc8.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/mpegaudiodec.c M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/mpegvideo_common.h M /trunk/libavcodec/msmpeg4.c M /trunk/libavcodec/options.c M /trunk/libavcodec/pcm.c M /trunk/libavcodec/pnmenc.c M /trunk/libavcodec/ppc/dsputil_ppc.c M /trunk/libavcodec/ppc/dsputil_ppc.h M /trunk/libavcodec/ppc/gcc_fixes.h M /trunk/libavcodec/ppc/idct_altivec.c M /trunk/libavcodec/ppc/mathops.h M /trunk/libavcodec/ppc/util_altivec.h M /trunk/libavcodec/qdm2.c M /trunk/libavcodec/ratecontrol.c M /trunk/libavcodec/rectangle.h M /trunk/libavcodec/rv10.c M /trunk/libavcodec/simple_idct.c M /trunk/libavcodec/snow.c M /trunk/libavcodec/snow.h M /trunk/libavcodec/sonic.c M /trunk/libavcodec/svq1enc.c M /trunk/libavcodec/svq3.c M /trunk/libavcodec/tiff.c M /trunk/libavcodec/tiffenc.c M /trunk/libavcodec/utils.c M /trunk/libavcodec/vcr1.c M /trunk/libavcodec/vp3.c M /trunk/libavcodec/x86/cpuid.c M /trunk/libavcodec/x86/dsputil_mmx.c M /trunk/libavcodec/x86/dsputil_mmx.h M /trunk/libavcodec/x86/dsputilenc_mmx.c M /trunk/libavcodec/x86/fft_sse.c M /trunk/libavcodec/x86/h264_i386.h M /trunk/libavcodec/x86/h264dsp_mmx.c M /trunk/libavcodec/x86/idct_sse2_xvid.c M /trunk/libavcodec/x86/mpegvideo_mmx.c M /trunk/libavcodec/x86/mpegvideo_mmx_template.c M /trunk/libavcodec/x86/snowdsp_mmx.c M /trunk/libavdevice/audio.c M /trunk/libavdevice/beosaudio.cpp M /trunk/libavdevice/bktr.c M /trunk/libavdevice/v4l2.c M /trunk/libavformat/aiff.c M /trunk/libavformat/allformats.c M /trunk/libavformat/amr.c M /trunk/libavformat/asf-enc.c M /trunk/libavformat/au.c M /trunk/libavformat/avienc.c M /trunk/libavformat/aviobuf.c M /trunk/libavformat/daud.c M /trunk/libavformat/dv.c M /trunk/libavformat/dvenc.c M /trunk/libavformat/ffmdec.c M /trunk/libavformat/file.c M /trunk/libavformat/flvenc.c M /trunk/libavformat/framehook.c M /trunk/libavformat/img2.c M /trunk/libavformat/libnut.c M /trunk/libavformat/matroskadec.c M /trunk/libavformat/mmf.c M /trunk/libavformat/mov.c M /trunk/libavformat/movenc.c M /trunk/libavformat/mp3.c M /trunk/libavformat/mpegenc.c M /trunk/libavformat/network.h M /trunk/libavformat/nutdec.c M /trunk/libavformat/nutenc.c M /trunk/libavformat/os_support.c M /trunk/libavformat/os_support.h M /trunk/libavformat/raw.c M /trunk/libavformat/riff.c M /trunk/libavformat/rtpproto.c M /trunk/libavformat/rtsp.c M /trunk/libavformat/sdp.c M /trunk/libavformat/swfenc.c M /trunk/libavformat/tcp.c M /trunk/libavformat/udp.c M /trunk/libavformat/utils.c M /trunk/libavformat/wav.c M /trunk/libavformat/westwood.c M /trunk/libavformat/yuv4mpeg.c M /trunk/libavutil/adler32.c M /trunk/libavutil/aes.c M /trunk/libavutil/arm/bswap.h M /trunk/libavutil/bswap.h M /trunk/libavutil/common.h M /trunk/libavutil/crc.c M /trunk/libavutil/des.c M /trunk/libavutil/internal.h M /trunk/libavutil/intreadwrite.h M /trunk/libavutil/md5.c M /trunk/libavutil/mem.c M /trunk/libavutil/mem.h M /trunk/libavutil/sha1.c M /trunk/libavutil/x86/bswap.h M /trunk/libavutil/x86_cpu.h M /trunk/libpostproc/postprocess.c M /trunk/libpostproc/postprocess_template.c Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1. ------------------------------------------------------------------------ r16591 | bcoudurier | 2009-01-13 21:27:43 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/gif.c M /trunk/libavformat/gif.c cleanup gif, use BISTREAM_WRITER_LE ------------------------------------------------------------------------ r16592 | cehoyos | 2009-01-13 21:44:42 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libpostproc/postprocess_template.c Fix compilation. ------------------------------------------------------------------------ r16593 | diego | 2009-01-13 21:45:04 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/cmdutils.c Remove pointless #if around header #includes. ------------------------------------------------------------------------ r16594 | diego | 2009-01-13 21:48:17 -0300 (Tue, 13 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/mpc.c M /trunk/libavcodec/mpc7.c M /trunk/libavcodec/mpc8.c M /trunk/libavcodec/mpegaudio.h M /trunk/libavcodec/mpegaudiodec.c M /trunk/libavcodec/qdm2.c Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. ------------------------------------------------------------------------ r16595 | bcoudurier | 2009-01-13 22:21:24 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/img2.c include intreadwrite.h, fix compilation, img2.c use AV_RL32 ------------------------------------------------------------------------ r16596 | bcoudurier | 2009-01-13 23:20:26 -0300 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c compute pcr more accurately, regression tests need update ------------------------------------------------------------------------ r16597 | diego | 2009-01-14 04:55:43 -0300 (Wed, 14 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/mpc.h Remove one more forgotten instance of USE_HIGHPRECISION indirection. ------------------------------------------------------------------------ r16598 | diego | 2009-01-14 04:57:12 -0300 (Wed, 14 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/mpegaudio.h M /trunk/libavcodec/mpegaudiodec.c Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. CONFIG_ changed semantics and is always defined now. ------------------------------------------------------------------------ r16599 | mru | 2009-01-14 06:26:07 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/mpegaudioenc.c Fix mpeg audio regression test failure ------------------------------------------------------------------------ r16600 | aurel | 2009-01-14 14:19:17 -0300 (Wed, 14 Jan 2009) | 3 lines Changed paths: M /trunk/configure M /trunk/ffmpeg.c M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/arm/dsputil_arm.c M /trunk/libavcodec/bitstream.c M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dv.c M /trunk/libavcodec/h263.c M /trunk/libavcodec/h263.h M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264.h M /trunk/libavcodec/mjpegdec.c M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/mpegvideo_common.h M /trunk/libavcodec/mpegvideo_enc.c M /trunk/libavcodec/msmpeg4.c M /trunk/libavcodec/msmpeg4.h M /trunk/libavcodec/ppc/dsputil_altivec.c M /trunk/libavcodec/ppc/dsputil_ppc.c M /trunk/libavcodec/utils.c M /trunk/libavcodec/x86/dsputil_mmx.c M /trunk/libavcodec/x86/dsputilenc_mmx.c M /trunk/libavdevice/alldevices.c M /trunk/libavdevice/libdc1394.c M /trunk/libavfilter/allfilters.c M /trunk/libavformat/allformats.c M /trunk/libavformat/avidec.c M /trunk/libavformat/mpegenc.c replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ and remove all ENABLE_ definitions. ------------------------------------------------------------------------ r16601 | aurel | 2009-01-14 18:34:48 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/eatgv.c libavutil/lzo.h is a local header ------------------------------------------------------------------------ r16602 | aurel | 2009-01-14 18:41:05 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/mpegaudio.h M /trunk/libavcodec/mpegaudiodec.c simplify: group all the AUDIO_NONSHORT parameters in the same place ------------------------------------------------------------------------ r16603 | bcoudurier | 2009-01-14 18:57:10 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c M /trunk/tests/libav.regression.ref set pts and dts of pes packets exactly according to specs ------------------------------------------------------------------------ r16604 | bcoudurier | 2009-01-14 19:14:35 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c M /trunk/tests/libav.regression.ref use delay to avoid negative dts ------------------------------------------------------------------------ r16605 | bcoudurier | 2009-01-14 19:17:07 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c M /trunk/tests/libav.regression.ref only write dts if they differ from pts, according to specs ------------------------------------------------------------------------ r16606 | bcoudurier | 2009-01-14 19:30:01 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/tests/seek.regression.ref update seek regression tests due to ts modifications ------------------------------------------------------------------------ r16607 | bcoudurier | 2009-01-14 19:40:37 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c warn if dts < pcr which means TS is invalid ------------------------------------------------------------------------ r16608 | aurel | 2009-01-14 20:20:43 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/pcm.c WORDS_BIGENDIAN must be checked with #ifdef ------------------------------------------------------------------------ r16609 | bcoudurier | 2009-01-14 20:30:49 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c allow user to specify muxrate ------------------------------------------------------------------------ r16610 | bcoudurier | 2009-01-14 20:49:13 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c M /trunk/tests/libav.regression.ref M /trunk/tests/seek.regression.ref calculate pat, pmt and sdt exact size and adjust total bitrate ------------------------------------------------------------------------ r16611 | bcoudurier | 2009-01-14 20:53:31 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c consider other codecs packets contain only one access unit, not just audio ------------------------------------------------------------------------ r16612 | aurel | 2009-01-14 21:42:57 -0300 (Wed, 14 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/matroskadec.c matroskadec: ensure we only consider chapters which are properly ordered ------------------------------------------------------------------------ r16613 | bcoudurier | 2009-01-14 22:22:31 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c add aud nal unit if not present in h264 bitstream ------------------------------------------------------------------------ r16614 | bcoudurier | 2009-01-14 22:47:24 -0300 (Wed, 14 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegtsenc.c use delay for subs and dirac too ------------------------------------------------------------------------ r16615 | superdump | 2009-01-15 09:23:03 -0300 (Thu, 15 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/Makefile A /trunk/libavformat/id3v2.c A /trunk/libavformat/id3v2.h M /trunk/libavformat/mp3.c Factorise id3v2 header parsing from mp3.c to be shared Patch by Alex Converse ( alex converse gmail com ) ------------------------------------------------------------------------ r16616 | lucabe | 2009-01-15 11:03:07 -0300 (Thu, 15 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/avc.c M /trunk/libavformat/avc.h M /trunk/libavformat/flvenc.c M /trunk/libavformat/matroskaenc.c M /trunk/libavformat/movenc.c Do not reallocate AVPacket's data when muxing a packet ------------------------------------------------------------------------ r16617 | lucabe | 2009-01-15 11:07:59 -0300 (Thu, 15 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/flvenc.c M /trunk/libavformat/matroskaenc.c M /trunk/libavformat/movenc.c Reindent after last commit ------------------------------------------------------------------------ r16618 | aurel | 2009-01-15 19:58:35 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavutil/common.h M /trunk/libavutil/internal.h A /trunk/libavutil/timer.h (from /trunk/libavutil/common.h:16617) move timer related code in a new timer.h file ------------------------------------------------------------------------ r16619 | aurel | 2009-01-15 20:01:26 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavutil/common.h M /trunk/libavutil/internal.h move NULL_IF_CONFIG_SMALL() definition into internal header ------------------------------------------------------------------------ r16620 | aurel | 2009-01-15 21:03:51 -0300 (Thu, 15 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/mpegaudio.h explicitly disable CONFIG_AUDIO_NONSHORT ------------------------------------------------------------------------ r16621 | aurel | 2009-01-15 21:37:38 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/configure add -Wundef compiler flag, to catch typo in #if or similar situations ------------------------------------------------------------------------ r16622 | bcoudurier | 2009-01-15 22:11:34 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avc.c M /trunk/libavformat/avc.h return size written in ff_avc_parse_nal_units ------------------------------------------------------------------------ r16623 | bcoudurier | 2009-01-15 22:12:32 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/movenc.c move actual writing before so new size can be taken into account ------------------------------------------------------------------------ r16624 | bcoudurier | 2009-01-15 22:17:18 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avc.c M /trunk/libavformat/avc.h export ff_avc_parse_nal_units_buf ------------------------------------------------------------------------ r16625 | bcoudurier | 2009-01-15 22:20:31 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avc.h 10l, fix prototype ------------------------------------------------------------------------ r16626 | bcoudurier | 2009-01-15 22:22:30 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/flvenc.c use ff_avc_parse_nal_units_buf because output size might differ from input size ------------------------------------------------------------------------ r16627 | bcoudurier | 2009-01-15 22:26:52 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avc.c support h264 extradata with 0x000001 startcode ------------------------------------------------------------------------ r16628 | cehoyos | 2009-01-15 23:14:07 -0300 (Thu, 15 Jan 2009) | 5 lines Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/vdpau.h M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c M /trunk/libavutil/avutil.h Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can be used by video players. Original patch by NVIDIA corporation. ------------------------------------------------------------------------ r16629 | superdump | 2009-01-15 23:20:24 -0300 (Thu, 15 Jan 2009) | 3 lines Changed paths: M /trunk/ffpresets/libx264-ipod320.ffpreset M /trunk/ffpresets/libx264-ipod640.ffpreset Add maxrate and bufsize specifications for iPod presets. I omitted these originally as I thought x264 set these automatically when specifying a level. ------------------------------------------------------------------------ r16630 | cehoyos | 2009-01-15 23:50:20 -0300 (Thu, 15 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/mpeg12.c 12l: Fix compilation with --disable-vdpau. ------------------------------------------------------------------------ r16631 | compn | 2009-01-16 00:46:51 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/Changelog add svq3 watermark support entry ------------------------------------------------------------------------ r16632 | benoit | 2009-01-16 11:03:46 -0300 (Fri, 16 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/avidec.c Make unsigned int a variable that does not need to be explicitely 32 bits. Fixes a warning. Patch by: Marc Mason mpeg (your_ad_here) blue (chez) free fr ------------------------------------------------------------------------ r16633 | reimar | 2009-01-16 12:30:52 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/aviobuf.c Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) ------------------------------------------------------------------------ r16634 | reimar | 2009-01-16 12:32:33 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/aviobuf.c Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. ------------------------------------------------------------------------ r16635 | reimar | 2009-01-16 12:34:37 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/aviobuf.c Use AV_WB32 instead of reimplementing it. ------------------------------------------------------------------------ r16636 | reimar | 2009-01-16 12:35:51 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/aviobuf.c Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal ------------------------------------------------------------------------ r16637 | benoit | 2009-01-16 13:20:42 -0300 (Fri, 16 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/internal.h M /trunk/libavcodec/qcelpdec.c M /trunk/libavcodec/utils.c Split ff_log_missing_feature into ff_log_missing_feature and ff_log_ask_for_sample. Patch by Kenan Gillet: gmail_adress(author) ------------------------------------------------------------------------ r16638 | reimar | 2009-01-16 13:37:54 -0300 (Fri, 16 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/aviobuf.c Make io_buffer_size unsigned to avoid a warning about comparing signed and unsigned values. ------------------------------------------------------------------------ r16639 | reimar | 2009-01-16 13:39:17 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/aviobuf.c Merge declaration and initialization of io_buffer_size ------------------------------------------------------------------------ r16640 | cehoyos | 2009-01-16 13:50:32 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/mpeg12.c Add mpeg1_vdpau decoder. ------------------------------------------------------------------------ r16641 | stefang | 2009-01-16 14:20:17 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/cavs.c M /trunk/libavcodec/cavs.h M /trunk/libavcodec/cavsdata.h M /trunk/libavcodec/cavsdec.c rename vector_t to cavs_vector ------------------------------------------------------------------------ r16642 | stefang | 2009-01-16 14:45:54 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/cavs.c M /trunk/libavcodec/cavs.h M /trunk/libavcodec/cavsdec.c rename XXX_t enums to cavs_XXX to fix POSIX namespace issue ------------------------------------------------------------------------ r16643 | kostya | 2009-01-16 14:46:19 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/wavpack.c M /trunk/libavformat/wv.c WavPack hybrid mode support ------------------------------------------------------------------------ r16644 | stefang | 2009-01-16 14:58:38 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/cavsdec.c use assignment of structure instead of memcpy ------------------------------------------------------------------------ r16645 | compn | 2009-01-16 16:05:09 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c add LM20 mimic in avi fourcc ------------------------------------------------------------------------ r16646 | compn | 2009-01-16 16:18:10 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/Changelog hybrid wavpack support ------------------------------------------------------------------------ r16647 | stefang | 2009-01-16 17:46:38 -0300 (Fri, 16 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/dnxhddata.c remove duplicate tables ------------------------------------------------------------------------ r16648 | stefano | 2009-01-16 20:56:53 -0300 (Fri, 16 Jan 2009) | 3 lines Changed paths: M /trunk/libavfilter/graphparser.c Print a warning and fail if the graph description cannot be parsed. ------------------------------------------------------------------------ r16649 | cehoyos | 2009-01-16 22:17:04 -0300 (Fri, 16 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264_parser.c Remove CODEC_ID_H264_VDPAU. ------------------------------------------------------------------------ r16650 | conrad | 2009-01-17 01:30:36 -0300 (Sat, 17 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/matroskaenc.c Flush the buffer after writing the header and when done with writing the files Fixes writing small (~4kb) files. ------------------------------------------------------------------------ r16651 | conrad | 2009-01-17 01:31:14 -0300 (Sat, 17 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/matroskaenc.c Treat disposition==0 as undefined and don't write the default flag ------------------------------------------------------------------------ r16652 | conrad | 2009-01-17 01:31:42 -0300 (Sat, 17 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/matroskaenc.c Cosmetics: indent ------------------------------------------------------------------------ r16653 | aurel | 2009-01-17 08:13:33 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/h263.c M /trunk/libavcodec/libxvidff.c M /trunk/libavcodec/mpegvideo_enc.c M /trunk/libavcodec/snow.c M /trunk/libavcodec/utils.c M /trunk/libavformat/mov.c M /trunk/libavformat/nutdec.c M /trunk/libavformat/riff.c M /trunk/libavformat/utils.c M /trunk/libavutil/avutil.h M /trunk/libavutil/common.h M /trunk/libavutil/mathematics.c M /trunk/libavutil/mathematics.h M /trunk/libavutil/rational.c export gcd function as av_gcd() ------------------------------------------------------------------------ r16654 | aurel | 2009-01-17 09:21:01 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/ffserver.c M /trunk/libavcodec/4xm.c M /trunk/libavcodec/asv1.c M /trunk/libavcodec/h263.c M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/libxvidff.c M /trunk/libavcodec/mjpega_dump_header_bsf.c M /trunk/libavcodec/mjpegdec.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/shorten.c M /trunk/libavcodec/tta.c M /trunk/libavformat/avidec.c M /trunk/libavformat/tta.c M /trunk/libavformat/utils.c M /trunk/libavutil/common.h remove ff_get_fourcc() and use AV_RL32() instead ------------------------------------------------------------------------ r16655 | cehoyos | 2009-01-17 09:51:26 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/libxvidff.c Fix compilation with --enable-libxvid. ------------------------------------------------------------------------ r16656 | conrad | 2009-01-17 15:34:47 -0300 (Sat, 17 Jan 2009) | 2 lines Changed paths: M /trunk/tests/ffmpeg.regression.ref M /trunk/tests/libav.regression.ref M /trunk/tests/rotozoom.regression.ref M /trunk/tests/seek.regression.ref Update regression tests after r16651 ------------------------------------------------------------------------ r16657 | vitor | 2009-01-17 17:06:08 -0300 (Sat, 17 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/nellymoserdec.c Use shared sine window instead of defining another one. ------------------------------------------------------------------------ r16658 | stefang | 2009-01-17 17:08:43 -0300 (Sat, 17 Jan 2009) | 3 lines Changed paths: M /trunk/Changelog M /trunk/doc/general.texi M /trunk/libavcodec/adpcm.c M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/avcodec.h M /trunk/libavformat/Makefile M /trunk/libavformat/allformats.c M /trunk/libavformat/avformat.h A /trunk/libavformat/iss.c added demuxer for FunCom ISS audio files, extended ADPCM decoder by ISS specific IMA variant ------------------------------------------------------------------------ r16659 | bcoudurier | 2009-01-17 18:40:27 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/utils.c match format in names list separated by commas ------------------------------------------------------------------------ r16660 | mru | 2009-01-17 18:44:56 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/mpegvideo_alpha.c Alpha: fix dct_unquantize_h263_inter/intra_axp() ------------------------------------------------------------------------ r16661 | mru | 2009-01-17 18:44:58 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/mpegvideo_alpha.c Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp ------------------------------------------------------------------------ r16662 | conrad | 2009-01-17 20:54:27 -0300 (Sat, 17 Jan 2009) | 3 lines Changed paths: M /trunk/ffmpeg.c Copy width/height for subtitle streams (needed for scodec copy of mov/mp4 timed text) ------------------------------------------------------------------------ r16663 | bcoudurier | 2009-01-17 21:47:46 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/utils.c jpeg2k is intra only codec ------------------------------------------------------------------------ r16664 | bcoudurier | 2009-01-17 22:48:14 -0300 (Sat, 17 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/img2.c add jp2 formater in image2 muxer ------------------------------------------------------------------------ r16665 | mru | 2009-01-18 02:52:08 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/asm.h Alpha: add some const, kill some warnings ------------------------------------------------------------------------ r16666 | mru | 2009-01-18 02:52:12 -0300 (Sun, 18 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/alpha/dsputil_alpha.c M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/options.c Alpha: proper IDCT selection Only select the Alpha IDCT if auto or explicitly requested. Also disable it in lowres mode. ------------------------------------------------------------------------ r16667 | mru | 2009-01-18 02:52:15 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/dsputil_alpha.c Alpha: indentation ------------------------------------------------------------------------ r16668 | mru | 2009-01-18 02:52:17 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/dsputil_alpha.c M /trunk/libavcodec/alpha/simple_idct_alpha.c Alpha: add ff_ prefix to idct functions ------------------------------------------------------------------------ r16669 | mru | 2009-01-18 02:52:20 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/dct-test.c dct-test: add Alpha idct ------------------------------------------------------------------------ r16670 | darkshikari | 2009-01-18 04:14:36 -0300 (Sun, 18 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vc1.c Faster VC-1 C loopfilter using lots of xor magic ------------------------------------------------------------------------ r16671 | darkshikari | 2009-01-18 04:20:12 -0300 (Sun, 18 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vc1.c Fix 10L in r16670 (broke deblocking code) ------------------------------------------------------------------------ r16672 | aurel | 2009-01-18 14:13:12 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/matroskadec.c matroskadec: parse the WAVEFORMATEX header and discard it from extradata ------------------------------------------------------------------------ r16673 | aurel | 2009-01-18 14:26:24 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/matroskadec.c matroskadec: merge ByteIOContext declarations at upper level ------------------------------------------------------------------------ r16674 | mru | 2009-01-18 15:29:57 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: add fastdiv to CONFIG_LIST ------------------------------------------------------------------------ r16675 | mru | 2009-01-18 15:31:52 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/alpha/dsputil_alpha.c M /trunk/libavcodec/alpha/motion_est_mvi_asm.S Alpha: fix pix_abs16 ------------------------------------------------------------------------ r16676 | mru | 2009-01-18 15:31:54 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/configure Alpha: add -mieee to CFLAGS ------------------------------------------------------------------------ r16677 | mru | 2009-01-18 17:43:11 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/h264dsp_neon.S ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change ------------------------------------------------------------------------ r16678 | stefano | 2009-01-18 18:40:26 -0300 (Sun, 18 Jan 2009) | 3 lines Changed paths: M /trunk/cmdutils.c M /trunk/cmdutils.h Implement a var for containing the current year number rather than hardcode it in the banner string. ------------------------------------------------------------------------ r16679 | stefano | 2009-01-18 19:50:57 -0300 (Sun, 18 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/avutil.h M /trunk/libavutil/random.c M /trunk/libavutil/random.h Deprecate av_init_random() in favour of av_random_init(), with a more natural name and order of parameters. ------------------------------------------------------------------------ r16680 | aurel | 2009-01-18 19:53:28 -0300 (Sun, 18 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/avienc.c M /trunk/libavformat/metadata.c M /trunk/libavformat/metadata_compat.c replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag with the opposed meaning ------------------------------------------------------------------------ r16681 | aurel | 2009-01-18 19:57:40 -0300 (Sun, 18 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/cavs.c M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/ffv1.c M /trunk/libavcodec/h263.c M /trunk/libavcodec/h264.c M /trunk/libavcodec/huffyuv.c M /trunk/libavcodec/jpeglsdec.c M /trunk/libavcodec/jpeglsenc.c M /trunk/libavcodec/loco.c M /trunk/libavcodec/mathops.h M /trunk/libavcodec/motion_est.c M /trunk/libavcodec/roqvideoenc.c M /trunk/libavcodec/rv34.c M /trunk/libavcodec/snow.c M /trunk/libavcodec/svq1dec.c M /trunk/libavcodec/vc1.c M /trunk/libavcodec/wmv2dec.c M /trunk/libavcodec/x86/dsputilenc_mmx.c M /trunk/libavcodec/x86/mathops.h M /trunk/libavutil/common.h moves mid_pred() into mathops.h (with arch specific code split by directory) ------------------------------------------------------------------------ r16682 | stefano | 2009-01-18 20:04:33 -0300 (Sun, 18 Jan 2009) | 3 lines Changed paths: M /trunk/ffserver.c M /trunk/libavcodec/cook.c M /trunk/libavcodec/elbg.h M /trunk/libavcodec/mpc7.c M /trunk/libavcodec/mpc8.c M /trunk/libavcodec/nellymoserdec.c M /trunk/libavcodec/roqvideoenc.c M /trunk/libavutil/internal.h M /trunk/libavutil/random.c Replace calls to the deprecated function av_init_random() with corresponding calls to av_random_init(). ------------------------------------------------------------------------ r16683 | stefano | 2009-01-18 20:07:30 -0300 (Sun, 18 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/random.c M /trunk/libavutil/random.h Drop the deprecated av_init_random() at the next libavutil major bump. ------------------------------------------------------------------------ r16684 | diego | 2009-01-19 12:46:40 -0300 (Mon, 19 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/aac_ac3_parser.c M /trunk/libavcodec/aac_ac3_parser.h M /trunk/libavcodec/aac_parser.c M /trunk/libavcodec/ac3.c M /trunk/libavcodec/ac3.h M /trunk/libavcodec/ac3_parser.c M /trunk/libavcodec/ac3_parser.h M /trunk/libavcodec/ac3dec.c M /trunk/libavcodec/ac3enc.c M /trunk/libavcodec/ac3tab.h M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/arm/dsputil_arm.c M /trunk/libavcodec/arm/simple_idct_arm.S M /trunk/libavcodec/bitstream.c M /trunk/libavcodec/colorspace.h M /trunk/libavcodec/dnxhddata.c M /trunk/libavcodec/dnxhddata.h M /trunk/libavcodec/dnxhddec.c M /trunk/libavcodec/dpcm.c M /trunk/libavcodec/dsputil.c M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/dv.c M /trunk/libavcodec/dvbsub.c M /trunk/libavcodec/dvbsub_parser.c M /trunk/libavcodec/dvbsubdec.c M /trunk/libavcodec/dvdata.h M /trunk/libavcodec/dvdsub_parser.c M /trunk/libavcodec/dvdsubdec.c M /trunk/libavcodec/dvdsubenc.c M /trunk/libavcodec/fft.c M /trunk/libavcodec/g726.c M /trunk/libavcodec/gif.c M /trunk/libavcodec/gifdec.c M /trunk/libavcodec/h263.c M /trunk/libavcodec/h263data.h M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/imgconvert_template.c M /trunk/libavcodec/imgresample.c M /trunk/libavcodec/imx_dump_header_bsf.c M /trunk/libavcodec/libfaad.c M /trunk/libavcodec/ljpegenc.c M /trunk/libavcodec/lzw.c M /trunk/libavcodec/lzw.h M /trunk/libavcodec/mathops.h M /trunk/libavcodec/mdct.c M /trunk/libavcodec/mjpeg.c M /trunk/libavcodec/mjpeg.h M /trunk/libavcodec/mjpeg_parser.c M /trunk/libavcodec/mjpega_dump_header_bsf.c M /trunk/libavcodec/mjpegdec.c M /trunk/libavcodec/mjpegdec.h M /trunk/libavcodec/mjpegenc.c M /trunk/libavcodec/mjpegenc.h M /trunk/libavcodec/mlib/dsputil_mlib.c M /trunk/libavcodec/motion_est.c M /trunk/libavcodec/mpeg12.c M /trunk/libavcodec/mpeg12enc.c M /trunk/libavcodec/mpeg4video_parser.c M /trunk/libavcodec/mpeg4video_parser.h M /trunk/libavcodec/mpegaudio.c M /trunk/libavcodec/mpegaudio_parser.c M /trunk/libavcodec/mpegaudiodec.c M /trunk/libavcodec/mpegaudiodecheader.c M /trunk/libavcodec/mpegaudiodecheader.h M /trunk/libavcodec/mpegaudioenc.c M /trunk/libavcodec/mpegaudiotab.h M /trunk/libavcodec/mpegvideo.c M /trunk/libavcodec/mpegvideo.h M /trunk/libavcodec/mpegvideo_common.h M /trunk/libavcodec/mpegvideo_enc.c M /trunk/libavcodec/mpegvideo_parser.c M /trunk/libavcodec/msmpeg4.c M /trunk/libavcodec/options.c M /trunk/libavcodec/parser.c M /trunk/libavcodec/parser.h M /trunk/libavcodec/pcm.c M /trunk/libavcodec/png.c M /trunk/libavcodec/png.h M /trunk/libavcodec/pngdec.c M /trunk/libavcodec/pngenc.c M /trunk/libavcodec/pnm.c M /trunk/libavcodec/pnm.h M /trunk/libavcodec/pnm_parser.c M /trunk/libavcodec/pnmenc.c M /trunk/libavcodec/ppc/fft_altivec.c M /trunk/libavcodec/ppc/imgresample_altivec.c M /trunk/libavcodec/ppc/mathops.h M /trunk/libavcodec/ps2/dsputil_mmi.c M /trunk/libavcodec/ps2/mpegvideo_mmi.c M /trunk/libavcodec/pthread.c M /trunk/libavcodec/ratecontrol.h M /trunk/libavcodec/raw.c M /trunk/libavcodec/raw.h M /trunk/libavcodec/rawdec.c M /trunk/libavcodec/rawenc.c M /trunk/libavcodec/resample.c M /trunk/libavcodec/rv10.c M /trunk/libavcodec/svq3.c M /trunk/libavcodec/utils.c M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c M /trunk/libavcodec/wma.c M /trunk/libavcodec/wma.h M /trunk/libavcodec/wmadec.c M /trunk/libavcodec/wmv2.c M /trunk/libavcodec/wmv2.h M /trunk/libavcodec/wmv2dec.c M /trunk/libavcodec/wmv2enc.c M /trunk/libavcodec/x86/dsputil_mmx.c M /trunk/libavcodec/x86/dsputil_mmx_avg_template.c M /trunk/libavcodec/x86/dsputil_mmx_rnd_template.c M /trunk/libavcodec/x86/dsputilenc_mmx.c M /trunk/libavcodec/x86/motion_est_mmx.c M /trunk/libavcodec/x86/mpegvideo_mmx.c M /trunk/libavdevice/audio.c M /trunk/libavdevice/beosaudio.cpp M /trunk/libavdevice/bktr.c M /trunk/libavdevice/v4l.c M /trunk/libavdevice/v4l2.c M /trunk/libavdevice/vfwcap.c M /trunk/libavformat/asf-enc.c M /trunk/libavformat/asf.c M /trunk/libavformat/asf.h M /trunk/libavformat/au.c M /trunk/libavformat/avienc.c M /trunk/libavformat/avisynth.c M /trunk/libavformat/crcenc.c M /trunk/libavformat/dv.c M /trunk/libavformat/dv.h M /trunk/libavformat/dvenc.c M /trunk/libavformat/dxa.c M /trunk/libavformat/ffm.h M /trunk/libavformat/ffmdec.c M /trunk/libavformat/ffmenc.c M /trunk/libavformat/flv.h M /trunk/libavformat/flvdec.c M /trunk/libavformat/flvenc.c M /trunk/libavformat/framecrcenc.c M /trunk/libavformat/framehook.c M /trunk/libavformat/gif.c M /trunk/libavformat/gxf.c M /trunk/libavformat/gxfenc.c M /trunk/libavformat/http.c M /trunk/libavformat/img2.c M /trunk/libavformat/isom.c M /trunk/libavformat/isom.h M /trunk/libavformat/mov.c M /trunk/libavformat/movenc.c M /trunk/libavformat/mp3.c M /trunk/libavformat/mpeg.c M /trunk/libavformat/mpeg.h M /trunk/libavformat/mpegenc.c M /trunk/libavformat/mpegts.c M /trunk/libavformat/mpegts.h M /trunk/libavformat/mpegtsenc.c M /trunk/libavformat/mpjpeg.c M /trunk/libavformat/mxf.c M /trunk/libavformat/mxf.h M /trunk/libavformat/mxfdec.c M /trunk/libavformat/network.h M /trunk/libavformat/nsvdec.c M /trunk/libavformat/nuv.c M /trunk/libavformat/raw.c M /trunk/libavformat/riff.c M /trunk/libavformat/rm.h M /trunk/libavformat/rmdec.c M /trunk/libavformat/rmenc.c M /trunk/libavformat/rtp.c M /trunk/libavformat/rtp.h M /trunk/libavformat/rtp_h264.c M /trunk/libavformat/rtp_h264.h M /trunk/libavformat/rtp_mpv.c M /trunk/libavformat/rtpdec.c M /trunk/libavformat/rtpenc.c M /trunk/libavformat/rtpenc_h264.c M /trunk/libavformat/rtpproto.c M /trunk/libavformat/rtsp.c M /trunk/libavformat/rtsp.h M /trunk/libavformat/siff.c M /trunk/libavformat/smacker.c M /trunk/libavformat/sol.c M /trunk/libavformat/swf.h M /trunk/libavformat/swfdec.c M /trunk/libavformat/swfenc.c M /trunk/libavformat/tcp.c M /trunk/libavformat/thp.c M /trunk/libavformat/udp.c M /trunk/libavformat/wav.c M /trunk/libavformat/wv.c M /trunk/libavformat/yuv4mpeg.c M /trunk/libavutil/mem.c M /trunk/libavutil/random.c M /trunk/libavutil/random.h cosmetics: Remove pointless period after copyright statement non-sentences. ------------------------------------------------------------------------ r16685 | compn | 2009-01-19 13:11:46 -0300 (Mon, 19 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c add T263. works on samples/V-codecs/T263/ ------------------------------------------------------------------------ r16686 | diego | 2009-01-19 14:01:22 -0300 (Mon, 19 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/avisynth.c Restore mistakenly removed period after "DivX, Inc". ------------------------------------------------------------------------ r16687 | aurel | 2009-01-19 18:39:07 -0300 (Mon, 19 Jan 2009) | 4 lines Changed paths: M /trunk/ffplay.c Remove detection of mmsh protocol in ffplay. This is useless as long as mmsh is not implemented in libavformat. This is a revert of r10936. ------------------------------------------------------------------------ r16688 | alexc | 2009-01-19 18:54:06 -0300 (Mon, 19 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/Makefile M /trunk/libavformat/id3v2.c M /trunk/libavformat/id3v2.h M /trunk/libavformat/mp3.c M /trunk/libavformat/mpc.c M /trunk/libavformat/raw.c Fix probing of files with ID3v2 tags. Discussed at http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html ------------------------------------------------------------------------ r16689 | diego | 2009-01-19 20:41:46 -0300 (Mon, 19 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/audioconvert.c M /trunk/libavformat/rdt.c Use "" instead of <> when #including non-system headers. ------------------------------------------------------------------------ r16690 | aurel | 2009-01-19 21:52:12 -0300 (Mon, 19 Jan 2009) | 5 lines Changed paths: M /trunk/libavformat/matroskaenc.c matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units because with 3 bytes startcodes the parsed packet size will change, and the size must be written before the packet content. ------------------------------------------------------------------------ r16691 | stefang | 2009-01-20 04:02:42 -0300 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/MAINTAINERS add myself as maintainer of ISS (with Jai's blessing) ------------------------------------------------------------------------ r16692 | bcoudurier | 2009-01-20 04:42:14 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/Changelog M /trunk/MAINTAINERS M /trunk/doc/general.texi M /trunk/libavformat/allformats.c M /trunk/libavformat/avformat.h A /trunk/libavformat/r3d.c R3D REDCODE demuxer ------------------------------------------------------------------------ r16693 | alexc | 2009-01-20 05:00:39 -0300 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/mp3.c Fix a read past end of buffer crash in the mp3 probe ------------------------------------------------------------------------ r16694 | benoit | 2009-01-20 05:00:59 -0300 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/libavdevice/audio.c Pass avf context to audio_open(). ------------------------------------------------------------------------ r16695 | benoit | 2009-01-20 05:01:32 -0300 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/libavdevice/audio.c Use avf context in av_log, instead of NULL. ------------------------------------------------------------------------ r16696 | benoit | 2009-01-20 05:08:32 -0300 (Tue, 20 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/Makefile Enable building r3d demuxer when its config is set. ------------------------------------------------------------------------ r16697 | bcoudurier | 2009-01-20 06:14:46 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/gxfenc.c M /trunk/tests/libav.regression.ref fix gxf time code mark out value ------------------------------------------------------------------------ r16698 | bcoudurier | 2009-01-20 06:25:50 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/gxfenc.c M /trunk/tests/libav.regression.ref set correct value for starting line ------------------------------------------------------------------------ r16699 | cehoyos | 2009-01-20 06:28:36 -0300 (Tue, 20 Jan 2009) | 6 lines Changed paths: M /trunk/configure M /trunk/libavcodec/Makefile M /trunk/libavcodec/allcodecs.c M /trunk/libavcodec/imgconvert.c M /trunk/libavcodec/vc1.c M /trunk/libavcodec/vdpau.h M /trunk/libavcodec/vdpau_internal.h M /trunk/libavcodec/vdpauvideo.c M /trunk/libavutil/avutil.h Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can be used by video players. Original patch by NVIDIA corporation. ------------------------------------------------------------------------ r16700 | cehoyos | 2009-01-20 06:36:28 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c Cosmetics: Fix indentation after last commit. ------------------------------------------------------------------------ r16701 | bcoudurier | 2009-01-20 06:43:58 -0300 (Tue, 20 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/gxfenc.c M /trunk/tests/libav.regression.ref Do not use avctx->frame_number which might not be set, this also fixes a side effect where its value was one too much. ------------------------------------------------------------------------ r16702 | compn | 2009-01-20 13:19:13 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/riff.c another mpeg4 fourcc ------------------------------------------------------------------------ r16703 | bcoudurier | 2009-01-20 18:06:57 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mov.c change sample aspect ratio test to be more clear, print old one ------------------------------------------------------------------------ r16704 | bcoudurier | 2009-01-20 18:09:51 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/ffmpeg.c exit with error code if av_encode failed ------------------------------------------------------------------------ r16705 | cehoyos | 2009-01-20 19:53:25 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vdpau.h Sort VdpPictureInfo alphabetically. ------------------------------------------------------------------------ r16706 | bcoudurier | 2009-01-20 21:36:34 -0300 (Tue, 20 Jan 2009) | 1 line Changed paths: M /trunk/tests/seek.regression.ref fix seek reg tests, Im always forgetting this ------------------------------------------------------------------------ r16707 | benoit | 2009-01-21 05:43:38 -0300 (Wed, 21 Jan 2009) | 2 lines Changed paths: M /trunk/libavdevice/Makefile D /trunk/libavdevice/audio.c A /trunk/libavdevice/oss_audio.c (from /trunk/libavdevice/audio.c:16706) Rename audio.c to oss_audio.c in libavdevice. ------------------------------------------------------------------------ r16708 | kostya | 2009-01-21 10:24:35 -0300 (Wed, 21 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/vmdav.c M /trunk/libavformat/sierravmd.c VMD first chunk of audio is not coded as many separate chunks of block_align size. Thus, make demuxer and decoder handle it as a whole. ------------------------------------------------------------------------ r16709 | kostya | 2009-01-21 10:25:14 -0300 (Wed, 21 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/sierravmd.c cosmetics: reindent after last commit ------------------------------------------------------------------------ r16710 | kostya | 2009-01-21 10:26:01 -0300 (Wed, 21 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/sierravmd.c Empty audio chunks in VMD are silent, not skipped ------------------------------------------------------------------------ r16711 | kostya | 2009-01-21 10:27:39 -0300 (Wed, 21 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/sierravmd.c yet another attempt on fixing synchronization in VMD ------------------------------------------------------------------------ r16712 | diego | 2009-01-21 11:28:16 -0300 (Wed, 21 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/base64.c Add void keyword to parameterless function declaration. ------------------------------------------------------------------------ r16713 | diego | 2009-01-21 14:34:40 -0300 (Wed, 21 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/base64.c Make base64 test program compilable as a standard test program. ------------------------------------------------------------------------ r16714 | aurel | 2009-01-21 19:32:17 -0300 (Wed, 21 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/isom.c M /trunk/libavformat/isom.h M /trunk/libavformat/mov.c 'code' is used to index a table so make it unsigned this prevents using negative index and possibly crashing with broken files ------------------------------------------------------------------------ r16715 | diego | 2009-01-21 20:55:51 -0300 (Wed, 21 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/des.c Avoid unused variable warning when compiling DES test program. ------------------------------------------------------------------------ r16716 | bcoudurier | 2009-01-21 21:31:26 -0300 (Wed, 21 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/audioconvert.c Add const, remove warning: libavcodec/audioconvert.c:190: warning: initialization discards qualifiers from pointer target type ------------------------------------------------------------------------ r16717 | michael | 2009-01-22 09:04:01 -0300 (Thu, 22 Jan 2009) | 2 lines Changed paths: M /trunk/ffmpeg.c Handle av_read_frame() EAGAIN return. ------------------------------------------------------------------------ r16718 | michael | 2009-01-22 09:06:02 -0300 (Thu, 22 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/utils.c Handle av_read_frame() EAGAIN return. ------------------------------------------------------------------------ r16719 | michael | 2009-01-22 09:08:06 -0300 (Thu, 22 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/flvdec.c Use EAGAIN return, primarely intended as example of EAGAIN useage. ------------------------------------------------------------------------ r16720 | bcoudurier | 2009-01-22 16:45:53 -0300 (Thu, 22 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/utils.c print stream sar if present and different than codec sar ------------------------------------------------------------------------ r16721 | alexc | 2009-01-22 16:46:23 -0300 (Thu, 22 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/dsputil.h M /trunk/libavcodec/fft.c Clean up FFT related comments. ------------------------------------------------------------------------ r16722 | alexc | 2009-01-22 16:48:10 -0300 (Thu, 22 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/fft.c Mark ff_fft_init with av_cold. ------------------------------------------------------------------------ r16723 | jbr | 2009-01-22 19:23:58 -0300 (Thu, 22 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flac.c flacdec: add support for 3 additional sample rate codes ------------------------------------------------------------------------ r16724 | michael | 2009-01-22 20:35:31 -0300 (Thu, 22 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/avformat.h M /trunk/libavformat/utils.c Move av_read_frame/parser related buffer variables from AVFormatContext to AVStream, this is required if we want to allow the user to pull frames from specific streams at some point in the future. ------------------------------------------------------------------------ r16725 | kostya | 2009-01-23 03:31:17 -0300 (Fri, 23 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/vc1.c VC-1 postproc field is 2 bits wide while decoder read only single bit. Spotted by Stephen Warren. ------------------------------------------------------------------------ r16726 | kostya | 2009-01-23 03:33:04 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/vc1.c Remove the block with always false condition from vc1_parse_frame_header() ------------------------------------------------------------------------ r16727 | michael | 2009-01-23 06:47:22 -0300 (Fri, 23 Jan 2009) | 3 lines Changed paths: M /trunk/ffmpeg.c Workaround ffms behavior of returning EAGAIN at EOF. Should fix regression tests & fate. ------------------------------------------------------------------------ r16728 | andoma | 2009-01-23 09:09:32 -0300 (Fri, 23 Jan 2009) | 6 lines Changed paths: M /trunk/libavcodec/mpegaudio.h M /trunk/libavcodec/mpegaudio_parser.c M /trunk/libavcodec/mpegaudiodec.c M /trunk/libavcodec/mpegaudiodecheader.c M /trunk/libavcodec/mpegaudiodecheader.h M /trunk/libavformat/mp3.c Avoid allocating MPADecodeContext on stack. Instead move relevant fields into MPADecodeHeader and use it where appropriate. ------------------------------------------------------------------------ r16729 | compn | 2009-01-23 09:17:40 -0300 (Fri, 23 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/riff.c add EM4A fourcc , works for: http://av.watch.impress.co.jp/docs/20040929/xf.asf ------------------------------------------------------------------------ r16730 | bcoudurier | 2009-01-23 17:03:57 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/gxfenc.c M /trunk/tests/libav.regression.ref fix endianness of time code, and calculate it in fields, according to specs ------------------------------------------------------------------------ r16731 | bcoudurier | 2009-01-23 17:15:46 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxfenc.c stored height is a multiple of 16 for mpeg2 ------------------------------------------------------------------------ r16732 | bcoudurier | 2009-01-23 17:20:36 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxfenc.c reduce display aspect ratio ------------------------------------------------------------------------ r16733 | bcoudurier | 2009-01-23 17:57:12 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mxf.h M /trunk/libavformat/mxfenc.c write essence container data ------------------------------------------------------------------------ r16734 | bcoudurier | 2009-01-23 19:16:31 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mpegts.c set pts and dts when only pts is present, according to specs ------------------------------------------------------------------------ r16735 | jbr | 2009-01-23 19:27:19 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/MAINTAINERS M /trunk/libavcodec/Makefile D /trunk/libavcodec/flac.c A /trunk/libavcodec/flacdec.c (from /trunk/libavcodec/flac.c:16733) rename flac.c to flacdec.c ------------------------------------------------------------------------ r16736 | jbr | 2009-01-23 19:38:35 -0300 (Fri, 23 Jan 2009) | 1 line Changed paths: M /trunk/MAINTAINERS add myself as a maintainer of flacdec.c ------------------------------------------------------------------------ r16737 | rbultje | 2009-01-24 01:56:18 -0300 (Sat, 24 Jan 2009) | 7 lines Changed paths: M /trunk/libavformat/rtsp.c Skip m= blocks in the SDP if the media type is unknown. This prevents subsequent a= lines from the m= block to be applied to the previous m= line, thus breaking otherwise functional RTP streams. See discussion in [PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on mailinglist. ------------------------------------------------------------------------ r16738 | stefang | 2009-01-24 05:06:43 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/iss.c fix header parsing, the NULL terminated File ID is followed by a space ------------------------------------------------------------------------ r16739 | vitor | 2009-01-24 05:15:43 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/roqvideo.h M /trunk/libavcodec/roqvideoenc.c Do not allocate RoqTempData on the stack ------------------------------------------------------------------------ r16740 | stefang | 2009-01-24 05:20:42 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/iss.c return an error if we can not get a full packet, fixes hang on EOF ------------------------------------------------------------------------ r16741 | banan | 2009-01-24 07:52:26 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/MAINTAINERS I'll take care of qdm2 also ------------------------------------------------------------------------ r16742 | stefang | 2009-01-24 11:26:40 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h263.c avoid duplication of dquant_code ------------------------------------------------------------------------ r16743 | stefang | 2009-01-24 11:28:08 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vc1.c avoid duplication of size_table and offset_table ------------------------------------------------------------------------ r16744 | stefang | 2009-01-24 11:30:15 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h264.c M /trunk/libavcodec/h264data.h remove zigzag_scan8x8, it is the same as ff_zigzag_direct ------------------------------------------------------------------------ r16745 | stefang | 2009-01-24 11:32:22 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/mpegaudiodata.c remove alloc_table_0 and alloc_table_2, the same data exists in alloc_table_1 and alloc_table_3 ------------------------------------------------------------------------ r16746 | diego | 2009-01-24 11:46:00 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/rectangle.h Add required headers to fix 'make checkheaders'. ------------------------------------------------------------------------ r16747 | diego | 2009-01-24 11:52:46 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/network.h M /trunk/libavformat/os_support.h Fix undefined preprocessor directives warnings during 'make checkheaders'. ------------------------------------------------------------------------ r16748 | diego | 2009-01-24 11:55:30 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/mathematics.c M /trunk/libavutil/mem.c M /trunk/libavutil/mem.h M /trunk/libavutil/rational.c Directly #include a bunch of indirectly #included headers. ------------------------------------------------------------------------ r16749 | jbr | 2009-01-24 12:46:19 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: remove some unused code ------------------------------------------------------------------------ r16750 | jbr | 2009-01-24 13:01:20 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: remove unneeded debugging statements ------------------------------------------------------------------------ r16751 | jbr | 2009-01-24 13:02:30 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: remove another unneeded debugging statement ------------------------------------------------------------------------ r16752 | jbr | 2009-01-24 13:03:17 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR ------------------------------------------------------------------------ r16753 | jbr | 2009-01-24 13:13:21 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c cosmetics: indentation ------------------------------------------------------------------------ r16754 | mru | 2009-01-24 14:08:49 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: add help for fastdiv ------------------------------------------------------------------------ r16755 | diego | 2009-01-24 14:32:06 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/ppc/dsputil_ppc.c Remove pointless #if HAVE_ALTIVEC around internal header #include and function declarations. ------------------------------------------------------------------------ r16756 | diego | 2009-01-24 14:44:46 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/configure M /trunk/libavcodec/ppc/mathops.h Add a check for ppc4xx instructions; rename preprocessor directive accordingly. ------------------------------------------------------------------------ r16757 | diego | 2009-01-24 14:49:01 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/configure Use cc_default variable in help output for --cc option. The cc variable is not yet initialized when the help output is printed. ------------------------------------------------------------------------ r16758 | diego | 2009-01-24 14:56:39 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/configure Remove --enable-static and --disable-shared from help output. Only one of --enable or --disable should be in the help output. ------------------------------------------------------------------------ r16759 | diego | 2009-01-24 15:14:46 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/configure help output cosmetics ------------------------------------------------------------------------ r16760 | diego | 2009-01-24 15:18:24 -0300 (Sat, 24 Jan 2009) | 2 lines Changed paths: M /trunk/configure Add configuration options section to help output. ------------------------------------------------------------------------ r16761 | jbr | 2009-01-24 15:51:43 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: cosmetics: use consistent coding style (K&R) ------------------------------------------------------------------------ r16762 | jbr | 2009-01-24 15:52:30 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: cosmetics: indentation ------------------------------------------------------------------------ r16763 | jbr | 2009-01-24 16:05:52 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flacdec.c flacdec: cosmetics: some line wrapping at 80 chars ------------------------------------------------------------------------ r16764 | jbr | 2009-01-24 21:16:27 -0300 (Sat, 24 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/raw.c Handle ID3v2 tags in raw FLAC streams by skipping them. Patch by David DeHaven (dave sagetv com) ------------------------------------------------------------------------ r16765 | jbr | 2009-01-24 21:33:25 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flac.h M /trunk/libavcodec/flacdec.c define FLAC metadata types in flac.h ------------------------------------------------------------------------ r16766 | jbr | 2009-01-24 21:34:32 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flac.h M /trunk/libavcodec/flacdec.c move FLAC_STREAMINFO_SIZE to flac.h ------------------------------------------------------------------------ r16767 | jbr | 2009-01-24 22:21:10 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/oggparseflac.c use function and definitions from libavcodec/flac.h in oggparseflac.c ------------------------------------------------------------------------ r16768 | jbr | 2009-01-24 23:27:02 -0300 (Sat, 24 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/flac.h M /trunk/libavcodec/flacdec.c flacdec: get total number of samples from STREAMINFO ------------------------------------------------------------------------ r16769 | diego | 2009-01-25 08:16:25 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/ppc/dsputil_ppc.h M /trunk/libavcodec/ppc/mathops.h Add required headers to fix warnings during 'make checkheaders'. ------------------------------------------------------------------------ r16770 | mru | 2009-01-25 10:04:41 -0300 (Sun, 25 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_neon.c M /trunk/libavcodec/arm/h264dsp_neon.S ARM: NEON optimised H.264 biweighted prediction ------------------------------------------------------------------------ r16771 | mru | 2009-01-25 10:04:45 -0300 (Sun, 25 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_neon.c M /trunk/libavcodec/arm/h264dsp_neon.S ARM: NEON optimised H.264 weighted prediction ------------------------------------------------------------------------ r16772 | diego | 2009-01-25 11:00:21 -0300 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/common.h Move internal.h #include to the end of the file so that it is after the declaration of av_log2_16bit, which it uses. ------------------------------------------------------------------------ r16773 | diego | 2009-01-25 11:01:23 -0300 (Sun, 25 Jan 2009) | 4 lines Changed paths: M /trunk/libavutil/internal.h Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit' libavutil/common.h:143: warning: previous definition of `av_log2_16bit' was here ------------------------------------------------------------------------ r16774 | stefano | 2009-01-25 13:44:45 -0300 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/libavformat/allformats.c M /trunk/libavformat/avformat.h Move documentation of av_register_all() from allformats.c to avformat.h, and extend it. ------------------------------------------------------------------------ r16775 | stefano | 2009-01-25 13:59:48 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h263dec.c M /trunk/libavcodec/mpegvideo_enc.c Make more descriptive the long names for the various variants of H.263. ------------------------------------------------------------------------ r16776 | diego | 2009-01-25 14:36:48 -0300 (Sun, 25 Jan 2009) | 4 lines Changed paths: M /trunk/libavutil/mem.c Do not #include common.h without necessity. This eliminates the need to work around common.h overriding certain system functions which are required in this header. ------------------------------------------------------------------------ r16777 | diego | 2009-01-25 14:52:52 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/configure SSE depends on x86. ------------------------------------------------------------------------ r16778 | reimar | 2009-01-25 15:12:13 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/bitstream.h Use AV_WL32/AV_WB32 in bitstream.h ------------------------------------------------------------------------ r16779 | diego | 2009-01-25 15:15:41 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/configure Add missing architecture-specific options to summary output. ------------------------------------------------------------------------ r16780 | diego | 2009-01-25 16:11:10 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/avcodec.h M /trunk/libavcodec/bytestream.h M /trunk/libavcodec/mpegvideo_common.h M /trunk/libavformat/mxf.h M /trunk/libpostproc/postprocess_internal.h Directly #include some required headers. ------------------------------------------------------------------------ r16781 | diego | 2009-01-25 16:18:56 -0300 (Sun, 25 Jan 2009) | 5 lines Changed paths: M /trunk/libavutil/internal.h M /trunk/libavutil/mem.h Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. Their definition depends on preprocessor directives from config.h, thus they cannot be declared in a public header since public headers cannot #include config.h. ------------------------------------------------------------------------ r16782 | diego | 2009-01-25 16:22:47 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/fifo.c M /trunk/libavutil/fifo.h Drop deprecated av_fifo_write function with the next libavutil version bump. ------------------------------------------------------------------------ r16783 | diego | 2009-01-25 16:24:47 -0300 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/internal.h Drop _MSC_VER case from macro declaration. This compiler will never see our internal headers. ------------------------------------------------------------------------ r16784 | diego | 2009-01-25 16:43:48 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/configure Drop redundant architecture extension dependencies. ------------------------------------------------------------------------ r16785 | diego | 2009-01-25 16:48:26 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/configure Add AMD 3DNow! instruction enabling/disabling support in the build system. ------------------------------------------------------------------------ r16786 | diego | 2009-01-25 16:51:07 -0300 (Sun, 25 Jan 2009) | 4 lines Changed paths: M /trunk/libavutil/internal.h Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. This compiler might be supported in the future or we might some day decide to export these macros. ------------------------------------------------------------------------ r16787 | diego | 2009-01-25 16:57:52 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libpostproc/postprocess.c M /trunk/libpostproc/postprocess_template.c HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. ------------------------------------------------------------------------ r16788 | superdump | 2009-01-25 18:28:56 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/ffpresets/libx264-default.ffpreset The default subq value in the x264 CLI is now 6, not 5. ------------------------------------------------------------------------ r16789 | diego | 2009-01-25 18:54:05 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/internal.h Add required limits.h header. ------------------------------------------------------------------------ r16790 | diego | 2009-01-25 19:05:26 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/internal.h Disambiguate the macros used to disable fprintf/printf/puts functions. ------------------------------------------------------------------------ r16791 | mru | 2009-01-25 19:23:03 -0300 (Sun, 25 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: add datadir variable and write to config.{h,mak} ------------------------------------------------------------------------ r16792 | diego | 2009-01-25 19:40:43 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/log.c M /trunk/libavutil/mem.c C files should #include the header files of the same name. ------------------------------------------------------------------------ r16793 | superdump | 2009-01-25 19:44:57 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/Makefile Add (un)installation targets for ffpresets using the new DATADIR variable ------------------------------------------------------------------------ r16794 | diego | 2009-01-25 19:59:05 -0300 (Sun, 25 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/mem.c 10l: Add #undefs for system free/malloc/realloc, which must be used here. ------------------------------------------------------------------------ r16795 | superdump | 2009-01-25 20:10:56 -0300 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/ffmpeg.c Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and /usr/local ------------------------------------------------------------------------ r16796 | diego | 2009-01-25 20:21:02 -0300 (Sun, 25 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/common.h Reorganize header #includes: Unconditionally #include standard C headers, group all local #includes together. ------------------------------------------------------------------------ r16797 | conrad | 2009-01-26 00:40:48 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/x86/dsputil_mmx.c Workaround for gcc 3.4 to align sh properly ------------------------------------------------------------------------ r16798 | diego | 2009-01-26 05:36:06 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/Doxyfile HAVE_3DNOW --> HAVE_AMD3DNOW ------------------------------------------------------------------------ r16799 | diego | 2009-01-26 06:10:04 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/common.mak version.h depends on version.sh. ------------------------------------------------------------------------ r16800 | benoit | 2009-01-26 06:16:09 -0300 (Mon, 26 Jan 2009) | 5 lines Changed paths: M /trunk/configure M /trunk/libavdevice/Makefile M /trunk/libavdevice/alldevices.c A /trunk/libavdevice/alsa-audio-common.c A /trunk/libavdevice/alsa-audio-dec.c A /trunk/libavdevice/alsa-audio-enc.c A /trunk/libavdevice/alsa-audio.h Add ALSA support in libavdevice. Patch by Nicolas George: name surname normalesup org Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice Date: 12/09/2008 07:17 PM ------------------------------------------------------------------------ r16801 | mru | 2009-01-26 06:24:52 -0300 (Mon, 26 Jan 2009) | 1 line Changed paths: M /trunk/common.mak Fix version.h dependency on version.sh ------------------------------------------------------------------------ r16802 | benoit | 2009-01-26 06:41:23 -0300 (Mon, 26 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/indeo3.c Fix an exploit in indeo by checking we are not writing out of the strip array. Fixes issue 655 ------------------------------------------------------------------------ r16803 | benoit | 2009-01-26 06:42:48 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/indeo3.c Remove unneeded check. ------------------------------------------------------------------------ r16804 | diego | 2009-01-26 08:15:47 -0300 (Mon, 26 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/sha1.c Remove misleading comment about how to build SHA1 test program. Generating the test program is integrated into the build system already. ------------------------------------------------------------------------ r16805 | kostya | 2009-01-26 10:44:09 -0300 (Mon, 26 Jan 2009) | 4 lines Changed paths: M /trunk/libavcodec/aactab.h Fix AAC data smuggling: aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[] ------------------------------------------------------------------------ r16806 | benoit | 2009-01-26 10:55:54 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/Changelog Add a Changelog entry for the ALSA stuff. ------------------------------------------------------------------------ r16807 | mru | 2009-01-26 11:32:01 -0300 (Mon, 26 Jan 2009) | 1 line Changed paths: M /trunk/configure configure: exit with error if OS is unknown ------------------------------------------------------------------------ r16808 | stefano | 2009-01-26 16:46:47 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/h263dec.c Change "H.263 Intel" long name to "Intel H.263". ------------------------------------------------------------------------ r16809 | stefano | 2009-01-26 17:21:25 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/libavfilter/avfilter.h M /trunk/libavfilter/avfiltergraph.c M /trunk/libavfilter/avfiltergraph.h Implement avfilter_graph_check_validity(). ------------------------------------------------------------------------ r16810 | stefano | 2009-01-26 19:23:04 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/doc/ffmpeg-doc.texi Update preset files documentation to match with r16795. ------------------------------------------------------------------------ r16811 | diego | 2009-01-26 19:51:16 -0300 (Mon, 26 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/adxdec.c M /trunk/libavcodec/adxenc.c M /trunk/libavcodec/dcadata.h M /trunk/libavcodec/elbg.c M /trunk/libavcodec/h264idct.c M /trunk/libavcodec/lcldec.c M /trunk/libavcodec/lclenc.c M /trunk/libavcodec/libfaad.c M /trunk/libavcodec/libmp3lame.c M /trunk/libavcodec/libtheoraenc.c M /trunk/libavcodec/libvorbis.c M /trunk/libavcodec/libxvidff.c M /trunk/libavcodec/motion-test.c M /trunk/libavcodec/vmdav.c M /trunk/libavcodec/ws-snd1.c Fix filenames in Doxygen comments. ------------------------------------------------------------------------ r16812 | aurel | 2009-01-26 20:39:22 -0300 (Mon, 26 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/avformat.h make it clear that the new metadata API is a work in progress ------------------------------------------------------------------------ r16813 | aurel | 2009-01-26 21:23:27 -0300 (Mon, 26 Jan 2009) | 3 lines Changed paths: M /trunk/libavcodec/vp5.c vp5: don't try decoding a P frame before any I frame was parsed fix issue802 ------------------------------------------------------------------------ r16814 | aurel | 2009-01-26 21:46:18 -0300 (Mon, 26 Jan 2009) | 1 line Changed paths: M /trunk/libavutil/mathematics.c add a ff_gcd() function again, for compatibility with old libavcodec ------------------------------------------------------------------------ r16815 | bcoudurier | 2009-01-27 01:29:33 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/mov.c M /trunk/tests/seek.regression.ref seek at 0 when timestamp requested is negative ------------------------------------------------------------------------ r16816 | stefang | 2009-01-27 03:04:01 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/cavsdec.c fix doxygen file reference ------------------------------------------------------------------------ r16817 | lucabe | 2009-01-27 09:23:16 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/allformats.c M /trunk/libavformat/rdt.c M /trunk/libavformat/rtp.c M /trunk/libavformat/rtp.h M /trunk/libavformat/rtp_aac.c M /trunk/libavformat/rtp_h264.c M /trunk/libavformat/rtp_h264.h D /trunk/libavformat/rtp_internal.h M /trunk/libavformat/rtp_mpv.c M /trunk/libavformat/rtpdec.c M /trunk/libavformat/rtpenc.c M /trunk/libavformat/rtsp.c Merge rtp_internal.h in rtp.h, and remove rtp_internal.h ------------------------------------------------------------------------ r16818 | mru | 2009-01-27 13:06:34 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/mathops.h ARM: allow register operands for shifts in MULL() ------------------------------------------------------------------------ r16819 | mru | 2009-01-27 13:06:38 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/mathops.h ARM: optimised mid_pred() ------------------------------------------------------------------------ r16820 | mru | 2009-01-27 13:06:41 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_arm_s.S ARM: change alignment of loops in put_pixels*_arm to 32 ------------------------------------------------------------------------ r16821 | mru | 2009-01-27 13:06:44 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_arm_s.S ARM: replace explicit literal loads with ldr Rd, =lit ------------------------------------------------------------------------ r16822 | mru | 2009-01-27 13:06:47 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_arm_s.S ARM: replace jump tables with conditional branches ------------------------------------------------------------------------ r16823 | mru | 2009-01-27 13:06:51 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_arm_s.S ARM: reorder some instructions in put_pixels*_arm ------------------------------------------------------------------------ r16824 | mru | 2009-01-27 13:34:10 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavcodec/arm/dsputil_arm_s.S ARM: remove some unused macro arguments ------------------------------------------------------------------------ r16825 | benoit | 2009-01-27 15:00:40 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/raw.c Check buffer is inside what is passed when probing for flac. ------------------------------------------------------------------------ r16826 | benoit | 2009-01-27 15:01:26 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/raw.c Whitespace cosmetics to align return statements. ------------------------------------------------------------------------ r16827 | ramiro | 2009-01-27 17:03:22 -0300 (Tue, 27 Jan 2009) | 5 lines Changed paths: M /trunk/configure mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64 there is no vfw in mingw-64, and it has different (not yet stable) version defines ------------------------------------------------------------------------ r16828 | ramiro | 2009-01-27 17:06:13 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/configure indentation ------------------------------------------------------------------------ r16829 | michael | 2009-01-27 17:51:10 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c size < 4 is invalid ------------------------------------------------------------------------ r16830 | michael | 2009-01-27 18:01:47 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c better header_size check ------------------------------------------------------------------------ r16831 | michael | 2009-01-27 18:06:19 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Fix memleak of header in error returns. ------------------------------------------------------------------------ r16832 | michael | 2009-01-27 18:09:22 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c vertical align ------------------------------------------------------------------------ r16833 | michael | 2009-01-27 18:56:28 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Fix memleak of fourxm->tracks on error return. ------------------------------------------------------------------------ r16834 | michael | 2009-01-27 18:58:45 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Move current_track variable closer to where it is used. ------------------------------------------------------------------------ r16835 | michael | 2009-01-27 19:03:13 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c remove pointless {} ------------------------------------------------------------------------ r16836 | michael | 2009-01-27 19:14:48 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Export all tracks (each is a different language) instead of just one. ------------------------------------------------------------------------ r16837 | michael | 2009-01-27 19:20:05 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Add {} between if/else ------------------------------------------------------------------------ r16838 | michael | 2009-01-27 19:21:28 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavformat/4xm.c Prefer av_freep() over av_free() for variables in the context for safety. ------------------------------------------------------------------------ r16839 | bcoudurier | 2009-01-27 20:44:11 -0300 (Tue, 27 Jan 2009) | 1 line Changed paths: M /trunk/libavformat/gxfenc.c second try fixing time code in gxf ------------------------------------------------------------------------ r16840 | diego | 2009-01-27 21:16:05 -0300 (Tue, 27 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/avstring.h M /trunk/libavutil/avutil.h M /trunk/libavutil/bswap.h M /trunk/libavutil/common.h M /trunk/libavutil/crc.c M /trunk/libavutil/crc.h M /trunk/libavutil/fifo.c M /trunk/libavutil/fifo.h M /trunk/libavutil/integer.c M /trunk/libavutil/integer.h M /trunk/libavutil/internal.h M /trunk/libavutil/intfloat_readwrite.c M /trunk/libavutil/lfg.h M /trunk/libavutil/lzo.c M /trunk/libavutil/mathematics.c M /trunk/libavutil/mathematics.h M /trunk/libavutil/md5.c M /trunk/libavutil/mem.c M /trunk/libavutil/mem.h M /trunk/libavutil/pca.c M /trunk/libavutil/pca.h M /trunk/libavutil/random.c M /trunk/libavutil/rational.c M /trunk/libavutil/rational.h M /trunk/libavutil/sha1.c M /trunk/libavutil/softfloat.h M /trunk/libavutil/tree.c spelling/grammar/consistency review part I ------------------------------------------------------------------------ r16841 | kostya | 2009-01-28 04:15:22 -0300 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/apedec.c Fix Doxygen comments for APE decoder. ------------------------------------------------------------------------ r16842 | kostya | 2009-01-28 04:16:20 -0300 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/rv34.c Fix Doxygen comments for RV3/4 decoder. ------------------------------------------------------------------------ r16843 | kostya | 2009-01-28 04:16:52 -0300 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vc1.c Fix Doxygen comments for VC-1 decoder. ------------------------------------------------------------------------ r16844 | diego | 2009-01-28 05:50:10 -0300 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/libavutil/mathematics.h Add common.h #include, necessary for av_const. ------------------------------------------------------------------------ r16845 | lorenm | 2009-01-28 08:12:19 -0300 (Wed, 28 Jan 2009) | 2 lines Changed paths: M /trunk/libavcodec/vc1dsp.c fix an overflow in vc1 intra overlap filter ------------------------------------------------------------------------ r16846 | michael | 2009-01-28 10:37:26 -0300 (Wed, 28 Jan 2009) | 4 lines Changed paths: M /trunk/libavformat/4xm.c Fix remotely exploitable arbitrary code execution vulnerability. Found by Tobias Klein / tk // trapkit / de / See: http://www.trapkit.de/advisories/TKADV2009-004.txt ------------------------------------------------------------------------ r16847 | reimar | 2009-01-28 14:48:26 -0300 (Wed, 28 Jan 2009) | 3 lines Changed paths: M /trunk/libavutil/aes.c M /trunk/libavutil/aes.h Add "const" to AES function arguments where possible without generating more warnings. ------------------------------------------------------------------------