summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ffmpeg: rework debugging timestamp logs in process_input()Stefano Sabatini2012-11-201-11/+19
* | lavf/srtdec: trim line break event separators from packet.Clément Bœsch2012-11-201-12/+56
* | Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-203-0/+9
* | Correctly signal EOF when demuxing caf files.Carl Eugen Hoyos2012-11-201-1/+3
* | swr: include stdint.h instead of inttypes.h.Clément Bœsch2012-11-202-2/+2
* | rc: fix 10l typo in rc_max_available_vbv_use calculationMichael Niedermayer2012-11-201-1/+1
* | fate: increase pcm coveragePaul B Mahol2012-11-2012-0/+58
* | swr: fix a few typo in the public header.Clément Bœsch2012-11-201-5/+5
* | swr-doxy: elaborate on swr_get_delay() and the timebaseMichael Niedermayer2012-11-201-0/+4
* | swr: general doxy text about swr and example code.Michael Niedermayer2012-11-201-2/+72
* | lavf/segment: do not copy codec_tag when not availableChanMin Kim2012-11-201-1/+12
* | the hyperlink to the Developer's Certificate of Origin no longer works; use L...Peter Ross2012-11-201-1/+1
* | add some planar PCM encodersPaul B Mahol2012-11-205-17/+60
* | pcmdec: use memcpy() when possible for planar decodersPaul B Mahol2012-11-201-12/+24
* | oggdec: fix memleak on header parsing failureMichael Niedermayer2012-11-201-1/+4
* | doc/platform: replace link to site arrozcru.org with link to ffmpeg.zeranoe.comStefano Sabatini2012-11-201-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-201-8/+17
|\ \ | |/
| * FATE: add 24-bit ALAC testsJustin Ruggles2012-11-201-1/+9
| * FATE: rename ALAC tests from alac-* to alac-16-*Justin Ruggles2012-11-201-8/+9
* | pcmenc: use ENCODE macro for pcm_s8Paul B Mahol2012-11-201-6/+2
* | pcm: revert from libavs planar code to durandals.Michael Niedermayer2012-11-201-10/+1
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-203-77/+116
|\ \ | |/
| * alacenc: support 24-bit encodingJustin Ruggles2012-11-201-26/+75
| * pcmdec: use planar sample format for pcm_s16le_planarJustin Ruggles2012-11-191-9/+10
| * vorbisdec: use float planar sample formatJustin Ruggles2012-11-191-50/+31
* | 8svx: move pcm_s8_planar decoder to pcm.cPaul B Mahol2012-11-204-39/+19
* | 4xm: return error code if decode_init() failedPaul B Mahol2012-11-201-1/+1
* | aacsbr: check sample_rate before using it, fix division by 0Michael Niedermayer2012-11-201-3/+3
* | 4xmdec: fix integer overflow, null ptr dereferenceMichael Niedermayer2012-11-201-1/+1
* | iff: DEEP RLE 32-bit decoderPeter Ross2012-11-202-1/+58
* | mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic2012-11-199-0/+490
* | swr: set default channel count options to 0.Clément Bœsch2012-11-192-5/+5
* | Allow use of @ character in username and passwords embedded in URLsGavin Kinsey2012-11-191-4/+5
* | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7Michael Niedermayer2012-11-191-1/+1
* | af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer2012-11-191-2/+1
* | vble: remove superfluous bracesPiotr Bandurski2012-11-191-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-195-53/+38
|\ \ | |/
| * x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-181-31/+31
| * x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-184-22/+7
* | Merge commit '1c5805521c3e406886341d752ebf38f8d41e1d13'Michael Niedermayer2012-11-192-10/+27
|\ \ | |/
| * PGS subtitles: Set AVSubtitle pts valueJohn Stebbins2012-11-181-2/+8
| * configure: Refactor CPPFLAGS settings for glibc/uclibcDiego Biurrun2012-11-181-3/+3
| * configure: add basic support for ARM AArch64Mans Rullgard2012-11-181-0/+15
| * build: set -U__STRICT_ANSI__ for newlibMans Rullgard2012-11-181-1/+1
* | sbr: increase f_tablelim size, it appears it was too small by 1.Michael Niedermayer2012-11-191-1/+1
* | doc/general: remove duplicate entry for ADPCM SMJPEG IMAPaul B Mahol2012-11-191-2/+0
* | nut: add tag for PCM signed 8-bit planarPaul B Mahol2012-11-191-0/+1
* | doc/general: remove 8SVX audio, there is no such codecPaul B Mahol2012-11-191-1/+1
* | doc/general: move 8SVX codecs to right sectionPaul B Mahol2012-11-191-2/+2
* | Support iLBC in caf.Carl Eugen Hoyos2012-11-192-0/+2