summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* base64: Only run benchmark when "-t" is specified.Michael Niedermayer2012-01-21
* base64: fix little typoMichael Niedermayer2012-01-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-21
|\
| * Add a tool that uses avio to read and write, doing a plain copy of dataMartin Storsjö2012-01-20
| * ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-20
| * lavf: force single-threaded decoding in avformat_find_stream_infoJanne Grunau2012-01-20
| * avidec: migrate last of lavf from FF_ER_* to AV_EF_*Dustin Brody2012-01-20
| * avserver: fix build after the next bump.Anton Khirnov2012-01-20
* | base64: add a benchmark for a pure syntax check.Michael Niedermayer2012-01-21
* | base64: simplify end handling in av_base64_encode()Michael Niedermayer2012-01-21
* | base64: optimize av_base64_encode()Michael Niedermayer2012-01-21
* | base64: add benchmarkMichael Niedermayer2012-01-21
* | Slightly optimize base64 encode.Reimar Döffinger2012-01-20
* | Optimize output buffer size check in base64 decode.Reimar Döffinger2012-01-20
* | Minor optimization of base64 decode.Reimar Döffinger2012-01-20
* | opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const...Michael Niedermayer2012-01-20
* | ffprobe: increase precision for the shown float valuesStefano Sabatini2012-01-20
* | ffprobe: fix value_string() prefix printing for values with negative logarithmStefano Sabatini2012-01-20
* | ffprobe: reindent after previous commitStefano Sabatini2012-01-20
* | ffprobe: factorize common code in value_string()Stefano Sabatini2012-01-20
* | ffmpeg: remove unused and commented variable OutputStream.sync_iptsStefano Sabatini2012-01-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-20
|\|
| * mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-19
| * fate: add some shorthands to run groups of testsDiego Biurrun2012-01-19
| * fate: Give some tests more sensible names.Diego Biurrun2012-01-19
| * cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-19
* | lavfi: add missing periods in descriptions.Clément Bœsch2012-01-20
* | cmdutils: include type in filter list.Nicolas George2012-01-19
* | cmdutils: media type to letter conversion in a separate function.Nicolas George2012-01-19
* | Changed indexing in libopenjpeg to shorten linesMichael Bradshaw2012-01-19
* | Support gray8a encoding with libopenjpeg.Carl Eugen Hoyos2012-01-19
* | Simplify 32bit png decoding.Carl Eugen Hoyos2012-01-19
* | Support encoding 16bit pixel formats to sgi.Carl Eugen Hoyos2012-01-19
* | Simplify 32bit pam decoding.Carl Eugen Hoyos2012-01-19
* | Simplify PIX_FMT_RGB555LE selection in targa decoder.Carl Eugen Hoyos2012-01-19
* | Simplify targa decoding on big endian.Carl Eugen Hoyos2012-01-19
* | libcelt: configure: check for recent version.Nicolas George2012-01-19
* | Add "S263" FourCCami_stuff2012-01-19
* | DNxHD: frame multithreadingJavier Cabezas2012-01-19
* | wmalossless: Fix incompatoble pointer type warningsMichael Niedermayer2012-01-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-19
|\|
| * avprobe, cmdutils: K&R formatting cosmeticsGaurav Narula2012-01-18
| * tests: K&R formatting cosmetics for test programsGaurav Narula2012-01-18
| * lavf: free packets for muxers implementing interleave_packet().Anton Khirnov2012-01-18
| * lavf: fix and extend av_interleaved_write_frame() doxy.Anton Khirnov2012-01-18
| * mov: Remove dead stores for spherical coordinates for channel position.Alex Converse2012-01-18
| * error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
| * RELEASE_NOTES: mention hiding private symbols in shared builds.Anton Khirnov2012-01-18
| * RELEASE_NOTES: mention some notable API changes in 0.8Anton Khirnov2012-01-18
* | Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger2012-01-18