summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update AC-3 channel map. 2F/2R layout only has 4 channels. This correctionJustin Ruggles2009-09-191-2/+2
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-191-1/+1
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-191-15/+7
* Change dnxhd regression tests for r19912 which fixed uninitialized data inReimar Döffinger2009-09-182-2/+2
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-181-1/+1
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-181-1344/+1342
* Add missing stdint.h #include to fix 'make checkheaders'.Diego Biurrun2009-09-181-0/+2
* fix uninitialized memory in dnxhd encoderBaptiste Coudurier2009-09-181-0/+5
* Only use *ic_ptr when it has been initialized.Michael Niedermayer2009-09-181-2/+3
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-181-2/+2
* Add probetest to TOOLS list.Diego Biurrun2009-09-181-1/+1
* Introduce a variable for all targets in the tools subdirectory.Diego Biurrun2009-09-181-2/+3
* Drop argc/argv parameters from main(), they are unused.Diego Biurrun2009-09-181-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-181-36/+37
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-172-4/+26
* update seek regression tests due to r19902Baptiste Coudurier2009-09-171-12/+12
* Update dnxhd rotozoom regression test values with more sane ones that matchReimar Döffinger2009-09-171-2/+2
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-172-6/+14
* Update dnxhd regression test to match the majority of FATE machines (whichReimar Döffinger2009-09-171-2/+2
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-171-50/+22
* print at debug level the score at which codec probing succedeedBaptiste Coudurier2009-09-171-2/+4
* Improve SIFF probe by also checking the first tag is one of the expected.Reimar Döffinger2009-09-171-3/+4
* Improve dxa probe by checking the values for width and height are reasonable.Reimar Döffinger2009-09-171-1/+7
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
* Add dnxhd test to regression tests.Reimar Döffinger2009-09-174-0/+14
* Do not include "mp4:" prefix from RTMP URL into "app" path or second timeLars Täuber2009-09-171-3/+5
* Register myself as RTMP maintainerKostya Shishkov2009-09-171-0/+1
* Remove useless code causing crash in Targa decoderKostya Shishkov2009-09-171-1/+0
* add CODEC_CAP_SUBFRAMES to the FLAC decoder capabilities. also add a FIXMEJustin Ruggles2009-09-161-1/+3
* Cleanup buffer debugs in swScale().Ramiro Polla2009-09-161-14/+19
* Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla2009-09-161-3/+3
* Print a warning if a format has been detected with a low score.Michael Niedermayer2009-09-161-2/+6
* Print at debug level the score with which probing succeeded.Michael Niedermayer2009-09-161-0/+2
* Fix indention after last commit.Michael Niedermayer2009-09-161-6/+6
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-164-13/+33
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-161-1/+1
* reindent after last commit and remove unneeded empty lineKostya Shishkov2009-09-161-6/+5
* Make MPC SV8 probe skip tags until stream header is foundKostya Shishkov2009-09-161-19/+38
* Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov2009-09-161-0/+1
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-161-1/+1
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-164-1/+8
* fix PTS calculation for audio formats with bits per sample != 16Sascha Sommer2009-09-161-1/+2
* Core Audio Format demuxerPeter Ross2009-09-167-0/+476
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-162-15/+24
* perform sanity check on number of audio channels in avcodec_open()Peter Ross2009-09-161-1/+3
* Fill in new VASliceParameterBufferMPEG2.slice_horizontal_position field.Gwenole Beauchesne2009-09-161-0/+1
* Move down HWAccel code path so that to fill in s->mb_x first.Gwenole Beauchesne2009-09-161-13/+13
* Enhance Musepack SV8 probing codeKostya Shishkov2009-09-161-2/+28
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-161-1/+1
* Upgrade a few important messages to AV_LOG_WARNING.Michael Niedermayer2009-09-161-3/+3
OpenPOWER on IntegriCloud