summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tests: update fate-ffprobe test to make use of -bitexact flagStefano Sabatini2012-09-22
* ffprobe: reindent after the previous commitStefano Sabatini2012-09-22
* ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-22
* pnmdec: use explicit casts to remove const to avoid warning with clangMichael Niedermayer2012-09-22
* rtsp: fix "warning: ret may be used uninitialized in this function"Michael Niedermayer2012-09-22
* rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **)Michael Niedermayer2012-09-22
* flac_parser: fix fifo ptr wrap checkMichael Niedermayer2012-09-22
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2012-09-22
* lavf/oggdec: check for begin-of-stream flag in case of chained streams.Clément Bœsch2012-09-22
* ffmpeg: complete mov/mp4 based timebase hack with "f4v" format.Clément Bœsch2012-09-21
* mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron2012-09-21
* lavf/movenc: add F4V flavor.Clément Bœsch2012-09-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-21
|\
| * libx264: add forgotten ;Anton Khirnov2012-09-21
| * matroskadec: fix a sanity check.Anton Khirnov2012-09-21
| * matroskadec: only return corrupt packets that actually contain dataAnton Khirnov2012-09-21
| * lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-21
| * ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-21
| * ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-21
| * ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
| * configure: update tms470 detection for latest versionMans Rullgard2012-09-20
| * lavf probe: prevent codec probe with no data at all seenJanne Grunau2012-09-20
| * motion_est: fix use of inline on extern functionsMans Rullgard2012-09-20
* | ffprobe: print format long_name only if non-NULLStefano Sabatini2012-09-21
* | lavfi/hue: set to NULL freed pointersStefano Sabatini2012-09-21
* | lavfi/hue: fix crash when resetting the saturation expressionStefano Sabatini2012-09-21
* | ffprobe: print codec_long_name only when availableStefano Sabatini2012-09-21
* | nutdec: fix mixup of nb_streams and timebase_countMichael Niedermayer2012-09-21
* | nutdec: fix type of intermediate variable for ts calculation.Michael Niedermayer2012-09-21
* | vsrc_testsrc: Fix case without a specified durationMichael Niedermayer2012-09-21
* | Add av_copy_packet()Andrey Utkin2012-09-21
* | Move av_dup_packet() copy logic to separate procedureAndrey Utkin2012-09-21
* | matroskadec: matroska_parse_rm_audio: remove unused parameterMichael Niedermayer2012-09-20
* | mp3dec: fix seeking without xing TOCMichael Niedermayer2012-09-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-20
|\|
| * mp3dec: read Xing frame TOC indexAnton Khirnov2012-09-19
| * mp3dec: use named constants for Xing header flagsAnton Khirnov2012-09-19
| * libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-19
| * mov: support random access point groupingYusuke Nakamura2012-09-19
| * matroskadec: properly support BlockDurationLuca Barbato2012-09-19
* | Merge commit 'c831ebf61629d219ebcaa9f02d262e67aad09d83'Michael Niedermayer2012-09-20
|\|
| * matroskadec: split frame parsingLuca Barbato2012-09-19
| * matroskadec: split laces parsingLuca Barbato2012-09-19
* | Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013'Michael Niedermayer2012-09-20
|\|
| * matroska: implement support for ProResLuca Barbato2012-09-19
| * matroska: implement support for ALACMoritz Bunkus2012-09-19
* | matroskadec: fix typoMichael Niedermayer2012-09-20
* | Merge commit '870e75524aa0d00ebcd1d15589c8d29b84af1565'Michael Niedermayer2012-09-20
|\|
| * matroskadec: validate lace_size when parsedLuca Barbato2012-09-19
* | lavfi/select: make lavc dependency optional.Clément Bœsch2012-09-20