summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add generic IIR filter interface with Butterworth lowpass filter implementationKostya Shishkov2008-08-28
| | | | | | and remove obsoleted old lowpass filter. Originally committed as revision 15005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-28
| | | | Originally committed as revision 15004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename a tableJustin Ruggles2008-08-27
| | | | Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27
| | | | | | | | move it from sdp.c into utils.c. Also add new header internal.h specifically for lavf-specific internal API. See discussion in "Realmedia patch" thread on mailinglist. Originally committed as revision 15002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commitJustin Ruggles2008-08-27
| | | | Originally committed as revision 15001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not read exponent strategies from each block for E-AC-3 since they are in ↵Justin Ruggles2008-08-27
| | | | | | the header Originally committed as revision 15000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-27
| | | | Originally committed as revision 14999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-27
| | | | Originally committed as revision 14998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-27
| | | | Originally committed as revision 14997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-27
| | | | Originally committed as revision 14996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-27
| | | | Originally committed as revision 14995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
| | | | | | full cluster parsing when seeking after the end of index Originally committed as revision 14994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics (format ff_nelly_dequantization_table nicer)Michael Niedermayer2008-08-27
| | | | Originally committed as revision 14993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-27
| | | | Originally committed as revision 14992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
| | | | Originally committed as revision 14991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy default coupling band structure from table to decoding context (used ↵Justin Ruggles2008-08-27
| | | | | | for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ↵Justin Ruggles2008-08-27
| | | | | | mode mantissa decoding Originally committed as revision 14989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-27
| | | | Originally committed as revision 14988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDPRonald S. Bultje2008-08-27
| | | | | | | | lines. This allows "private" SDP tags to be forwarded to the specific handler, allowing protocol-specific handling of SDP data. See mailinglist discussion in the "Realmedia patch" thread. Originally committed as revision 14987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mpeg12 avctx->pix_fmt setBaptiste Coudurier2008-08-26
| | | | Originally committed as revision 14986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless assignment (st is never read after this line)Aurelien Jacobs2008-08-26
| | | | Originally committed as revision 14985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
| | | | Originally committed as revision 14984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxfdec: set sample_aspect_ratioAurelien Jacobs2008-08-26
| | | | Originally committed as revision 14983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a temp variable to ff_sine_window_init() to match the way wma.c computedAurelien Jacobs2008-08-26
| | | | | | window before r14757. This fixes a regression introduced by r14757 on amd64. Originally committed as revision 14982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explicit (int) cast to i386 optimized MUL* macros.Vladimir Voroshilov2008-08-26
| | | | | | | Wrong result is returned when 16-bit value is passed as value. Also fixes "Warning: using `%edx' instead of `%dx' due to `l' suffix". Originally committed as revision 14981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* I'll maintain mxf muxerBaptiste Coudurier2008-08-26
| | | | Originally committed as revision 14978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Remove wrong comments.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF is a valid output format now.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vertical alignMichael Niedermayer2008-08-26
| | | | Originally committed as revision 14972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Noone seems to want to maintain MPEG-PS so i will.Michael Niedermayer2008-08-26
| | | | Originally committed as revision 14971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer2008-08-25
| | | | | | quickest way to find out if it is needed. Originally committed as revision 14970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the seek regressions to match changes in r14956, r14959 and r14960.Aurelien Jacobs2008-08-25
| | | | | | The changes are verified and desired. Originally committed as revision 14969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import more MXF muxer code from the SoC treeVitor Sessak2008-08-25
| | | | Originally committed as revision 14968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing static in float_to_int16_altivec declarationLuca Barbato2008-08-25
| | | | Originally committed as revision 14967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When setting codec_id during codec probe we must also set codec_type.Andreas Öman2008-08-25
| | | | Originally committed as revision 14966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
| | | | Originally committed as revision 14965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fir_32bands_perfect[] contents were mixed, restore original orderAlexander E. Patrakov2008-08-25
| | | | | | | Patch by Alexander Patrakov ($lastname <whirlpool> gmail.com) Thread: dcadata.h: fir_32bands_perfect[] is wrong Originally committed as revision 14964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-25
| | | | Originally committed as revision 14963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
| | | | Originally committed as revision 14962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård2008-08-25
| | | | Originally committed as revision 14961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-25
| | | | | | just in case someone try to seek back after reaching the end of file Originally committed as revision 14960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-25
| | | | | | when trying to seek past the last index entry, just parse more clusters to add them to the index, until an index entry match the desired position Originally committed as revision 14959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t.Justin Ruggles2008-08-25
| | | | Originally committed as revision 14958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-25
| | | | | | | each cluster that is read and that contains a video key frame is added to the index Originally committed as revision 14957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-24
| | | | | | matroska timestamps are unsigned Originally committed as revision 14956 to svn://svn.ffmpeg.org/ffmpeg/trunk