summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* av_find_stream_info(): Add a workaround for backwards compatible HE-AAC ↵Alex Converse2010-03-08
| | | | | | | | | signaling. The sample rate, frame size, and channel count from the container are not reliable when backwards compatible signaling is used. Originally committed as revision 22301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-07
| | | | | | information to the next filter. Originally committed as revision 22300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-07
| | | | Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-07
| | | | Originally committed as revision 22298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix pts->dts conversion init for non-zero initial value for pts.Daniel Kristjansson2010-03-07
| | | | | | Patch by Daniel Kristjansson, danielk cuymedia net Originally committed as revision 22297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-07
| | | | | | | | | | | | | | | | | | av_probe_input_buffer() so that it can be reused. Here are a few differences to the original way things were probed: - maximum probe buffer size can be specified as a parameter. - offset within the stream to probe from can be specified as a parameter. - instead of seeking back to the start each time a probe fails, stream data is appended to the reallocated buffer. This lowers the amount of data read from the stream (there is no repetition) and results in fewer closed and reopened streams (when seeking fails). Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com"). Originally committed as revision 22296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: do not use intreadwrite.hMåns Rullgård2010-03-07
| | | | | | | intreadwrite.h is not part of the public API and should thus not be used by the ff* applications. Originally committed as revision 22293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffplay: use public fft interfaceMåns Rullgård2010-03-07
| | | | Originally committed as revision 22292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a public API for FFT family of functionsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update include directives in fft-test.cMåns Rullgård2010-03-07
| | | | Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-07
| | | | | | | The purpose of this is to give decoders a reasonable amount of buffer to work with before needing to check for overreads. Originally committed as revision 22288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-07
| | | | Originally committed as revision 22287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run seektest on image sequencesMåns Rullgård2010-03-07
| | | | | | | Seeking on image sequences doesn't actually work, so this test isn't very useful until that capability is added. Originally committed as revision 22286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-07
| | | | Originally committed as revision 22285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
| | | | Originally committed as revision 22284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: run seektest on lavftest output filesMåns Rullgård2010-03-07
| | | | | | Somehow this got lost in the recent overhaul. Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regtest: place image sequence outputs in separate directoriesMåns Rullgård2010-03-07
| | | | Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-07
| | | | | | | | | This is done without breaking W6132 Annex YYYY draft MP3onMP4 which also uses AOT 29. Samples: http://samples.mplayerhq.hu/A-codecs/AAC/aacPlusDecoderCheckPackage_v2.1/bitstreams/File7.3gp http://samples.mplayerhq.hu/MPEG-4/mp3on4/id5_1.mp4 Originally committed as revision 22281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix make install with only shared libsMåns Rullgård2010-03-07
| | | | Originally committed as revision 22280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-07
| | | | | | | one time is enough. Patch by Maxim (max_pole, gmx de) Originally committed as revision 22279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger2010-03-07
| | | | | | need to include fft.h, not dsputil.h. Originally committed as revision 22278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-07
| | | | Originally committed as revision 22277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use -Werror=implicit only with gccMåns Rullgård2010-03-07
| | | | | | Some other compilers turn too many warnings into errors with this flag. Originally committed as revision 22276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-07
| | | | | | | it does not ignore coefficient value = 256. Patch by Maxim ((!min)_pole \at gmx dot/ de) Originally committed as revision 22275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix clang sysroot flagDavid Conrad2010-03-07
| | | | | | | Older versions accepted both with and without an '=', but newer versions require the '=' to be omitted Originally committed as revision 22274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-07
| | | | | | Fixes build with clang Originally committed as revision 22273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix warning about incompatible pointer typesDavid Conrad2010-03-07
| | | | Originally committed as revision 22272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-07
| | | | Originally committed as revision 22271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header for common code between mp3 decoder and encoder.Michael Niedermayer2010-03-06
| | | | | | | unfinished, iam just commiting this so the functions that should be non static have prototypes. Originally committed as revision 22270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Error on implicit function declarationsMåns Rullgård2010-03-06
| | | | | | | Turning on -Werror=implicit makes implicit function declarations an error with supported compilers. Originally committed as revision 22269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-06
| | | | Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
| | | | Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86: move function prototypes to header filesMåns Rullgård2010-03-06
| | | | Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-06
| | | | Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
| | | | Originally committed as revision 22264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-06
| | | | | | Also fix function definitions to match prototypes (missing const). Originally committed as revision 22263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.cMåns Rullgård2010-03-06
| | | | Originally committed as revision 22262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård2010-03-06
| | | | Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-06
| | | | Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some functions staticMåns Rullgård2010-03-06
| | | | | | | These functions are not used outside their respective files, and they lack a prototype in a header. Originally committed as revision 22259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some missing #includesMåns Rullgård2010-03-06
| | | | Originally committed as revision 22258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set GXF fallback time-base to match the one specified for audio-only.Reimar Döffinger2010-03-06
| | | | Originally committed as revision 22257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF time base is always based on "fields" per second even forReimar Döffinger2010-03-06
| | | | | | | non-interlaced video. Should fix issue 1766. Originally committed as revision 22256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show aspect ratio information in dprintf_picref() traces.Stefano Sabatini2010-03-06
| | | | Originally committed as revision 22255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-06
| | | | | | av_stristr(). Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: use av_stristr()Måns Rullgård2010-03-06
| | | | Originally committed as revision 22252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_stristr() functionMåns Rullgård2010-03-06
| | | | | | This is a case-insensitive version of strstr(). Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpeg/trunk