summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter: make avfilter_default_free_video_buffer() staticMåns Rullgård2010-03-081-1/+1
* Error on missing function prototypes with gccMåns Rullgård2010-03-081-0/+1
* sh4: move dsputil prototypes to header fileMåns Rullgård2010-03-084-3/+28
* sh4: fix about 1000 warningsMåns Rullgård2010-03-082-118/+119
* bfin: fix function prototypesMåns Rullgård2010-03-084-39/+34
* ARM: move mpegvideo prototypes to a header fileMåns Rullgård2010-03-084-3/+28
* Alpha: move dsputil prototypes to a header fileMåns Rullgård2010-03-084-27/+55
* IFF: move ff_cmap_read_palette() prototype to a header fileMåns Rullgård2010-03-083-2/+32
* Fix concat seeking SEEK_END case.Wolfram Gloger2010-03-081-2/+2
* Make ffserver regression test run (still fails)Måns Rullgård2010-03-081-6/+3
* regtest: move md5sum wrappers into separate fileMåns Rullgård2010-03-083-10/+13
* ffserver: remove bogus commentMåns Rullgård2010-03-081-1/+0
* Fix concat seek result.Wolfram Gloger2010-03-081-1/+1
* av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse2010-03-082-1/+6
* Make avfilter_default_start_frame() correctly pass the aspect ratioStefano Sabatini2010-03-071-0/+1
* 10l: AAC: Set multiplier to 0.Alex Converse2010-03-071-1/+1
* AAC: Set codec parameters in the first frame rather than in .init()Alex Converse2010-03-071-4/+9
* Fix pts->dts conversion init for non-zero initial value for pts.Daniel Kristjansson2010-03-071-1/+1
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-072-31/+82
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-075-13/+0
* Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård2010-03-072-1/+3
* ffserver: do not use intreadwrite.hMåns Rullgård2010-03-071-2/+1
* ffplay: use public fft interfaceMåns Rullgård2010-03-071-5/+5
* Create a public API for FFT family of functionsMåns Rullgård2010-03-076-24/+244
* Give RDFT types more meaningful namesMåns Rullgård2010-03-076-15/+15
* Update include directives in fft-test.cMåns Rullgård2010-03-071-1/+3
* Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.Alex Converse2010-03-071-3/+5
* AAC: Add a new line after the TNS error message.Alex Converse2010-03-071-1/+1
* regtest: run seektest on image sequencesMåns Rullgård2010-03-0711-57/+58
* inet_aton needs _DARWIN_C_SOURCE on OS XDavid Conrad2010-03-071-0/+1
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-073-12/+11
* regtest: run seektest on lavftest output filesMåns Rullgård2010-03-071-1/+1
* regtest: place image sequence outputs in separate directoriesMåns Rullgård2010-03-079-27/+29
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-071-1/+3
* 10l: fix make install with only shared libsMåns Rullgård2010-03-071-1/+2
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-071-12/+12
* Fix --enable-hardcoded-tables compilation: the generate table files nowReimar Döffinger2010-03-071-1/+1
* 1l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov2010-03-071-1/+1
* Use -Werror=implicit only with gccMåns Rullgård2010-03-071-1/+1
* When tracking non-zero coefficients during Indeo 5 decoding, make sureMaxim Poliakovski2010-03-071-1/+1
* Fix clang sysroot flagDavid Conrad2010-03-071-2/+2
* Add internal.h include for av_read_frame_flush prototypeDavid Conrad2010-03-071-0/+1
* Fix warning about incompatible pointer typesDavid Conrad2010-03-071-1/+2
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-071-0/+6
* header for common code between mp3 decoder and encoder.Michael Niedermayer2010-03-061-0/+53
* Error on implicit function declarationsMåns Rullgård2010-03-061-0/+1
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-062-1/+2
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-0613-56/+65
* x86: move function prototypes to header filesMåns Rullgård2010-03-066-35/+27
* Move ff_spatial_dwt() prototype to snow.hMåns Rullgård2010-03-062-3/+2