summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ff_eval_free() to ff_free_expr().Stefano Sabatini2010-04-113-12/+13
* Rename AVEvalExpr to AVExpr, as suggested by Michael.Stefano Sabatini2010-04-113-30/+30
* Move AVEvalExpr declaration at the beginning of the file, where it isStefano Sabatini2010-04-111-2/+2
* Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer2010-04-111-1/+2
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-102-1/+2
* alacenc : Report supported input sample formats.Jai Menon2010-04-101-0/+1
* ARM: NEON optimised synth_filter_floatMåns Rullgård2010-04-104-0/+133
* Make synth_filter a function pointerMåns Rullgård2010-04-103-6/+20
* DCA: align some arraysMåns Rullgård2010-04-102-3/+3
* Add M_SQRT2 to the constants in mathematics.h.Alex Converse2010-04-091-0/+3
* Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer2010-04-091-0/+5
* ffplay : Add 's' to the list of supported commands.Jai Menon2010-04-091-0/+1
* Seeking forward in non-seekable media by discarding data, regardless of how f...Tomas Härdin2010-04-081-1/+1
* Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin2010-04-083-8/+65
* Reindent read_sbr_extension.Alex Converse2010-04-081-7/+7
* Print an error and skip PS when PS is found but explicitly found butAlex Converse2010-04-081-0/+6
* Add support for PS sync extensions.Alex Converse2010-04-082-0/+6
* Use get_bits_left() in the sync extension check.Alex Converse2010-04-081-2/+1
* Fix ext_object_type.Alex Converse2010-04-081-1/+1
* Add DynamicACL support for FFserver.Benjamin Larsson2010-04-071-57/+142
* Don't write an empty spdif header in spdif muxers write_header function befor...Joakim Plate2010-04-071-4/+0
* Add unsharp video filter.Bobby Bingham2010-04-074-0/+291
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-061-1/+1
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-061-1/+1
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-051-1/+1
* Simplify writing stream metadata.Anton Khirnov2010-04-051-6/+2
* Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov2010-04-051-1/+1
* Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje2010-04-051-0/+1
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-053-1/+7
* ReindentMartin Storsjö2010-04-051-1/+1
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-052-0/+7
* Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje2010-04-051-1/+1
* Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer2010-04-041-1/+1
* Zero-initialize the reply structMartin Storsjö2010-04-041-1/+1
* Document minimum binutils requirements on Unix-like platforms.Diego Biurrun2010-04-041-0/+13
* Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini2010-04-041-2/+6
* Reindent.Stefano Sabatini2010-04-041-5/+5
* Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini2010-04-041-2/+2
* Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer2010-04-041-2/+3
* Avoid division by zeroReinhard Tartler2010-04-041-0/+1
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-031-2/+1
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-031-0/+1
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-032-4/+4
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-0317-29/+29
* Remove a redundant assignment, found by clangMartin Storsjö2010-04-031-2/+0
* Group Unix-like platforms together in the platform documentation.Michael Kostylev2010-04-031-8/+10
* minor spelling fixesDiego Biurrun2010-04-031-4/+4
* Use AVDISCARD_DEFAULT for 0 where appropriate.Carl Eugen Hoyos2010-04-021-1/+1
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-021-1/+1
* ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein2010-04-021-1/+1
OpenPOWER on IntegriCloud