summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* Make ffprobe show stream->nb_frames if that info is known.Robert Krüger2010-04-25
* Remove unnecessary width and height variables from v4l2_read_header().Stefano Sabatini2010-04-25
* Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1Stefano Sabatini2010-04-25
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Implement ffserver.c:report_config_error() and a macro for loggingStefano Sabatini2010-04-24
* Statically initialize ffserver.c:config_filename, simplify.Stefano Sabatini2010-04-24
* Consistently prefer @var{VAR} over ``VAR'' for indicating filterStefano Sabatini2010-04-24
* 4th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer2010-04-23
* Add acelp_filters.o as QCELP decoder object file.Ronald S. Bultje2010-04-23
* Make WMAVoice decoder depend on DCT/RDFTRonald S. Bultje2010-04-23
* Workaround for missing llrintf()Måns Rullgård2010-04-23
* Trying _WIN32 for win32 detection.Michael Niedermayer2010-04-23
* Merge the 2 ANSI ESC codes.Michael Niedermayer2010-04-23
* Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer2010-04-23
* ac3dec: return smaller of buf_size and frame_size instead of always returningJustin Ruggles2010-04-22
* ARM: fix build for darwin/iphoneMåns Rullgård2010-04-22
* Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer2010-04-22
* Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier2010-04-22
* Coloring the log with ANSI.Michael Niedermayer2010-04-22
* Fix off-by-1 error in the tag parsing code.Jai Menon2010-04-22
* Set .supported_samplerates for mpeg audio encoders.Michael Niedermayer2010-04-22
* Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer2010-04-22
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-22
* Support VP6F in Matroska.Christian Schmidt2010-04-22
* Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo2010-04-22
* Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini2010-04-21
* WMAVoice postfilter.Ronald S. Bultje2010-04-21
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Fix typo.Jai Menon2010-04-21
* Implement QCELP postfilter.Ronald S. Bultje2010-04-21
* Make the Sipr16k postfilter function write data into the target/output buffer.Ronald S. Bultje2010-04-21
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-21
* theora: coeff huffman codes are allowed to be up to 32 bits long (for 32 tokens)David Conrad2010-04-21
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-21
* Fix MTV decoding on big-endian systemsVitor Sessak2010-04-21
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* movenc: Write nero chaptersDavid Conrad2010-04-21
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-20
* Reindent / reformat some code with broken indenting.Sebastian Vater2010-04-20
* Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger2010-04-20
* Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun2010-04-20
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-20
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20