Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-24lavc/roqvideodec: propagate reget_buffer() error codeStefano Sabatini
2012-09-24lavc/roqvideodec: remove useless headersStefano Sabatini
2012-09-24tests/fate-ffprobe: fix typo in metadata commentStefano Sabatini
2012-09-24tests/fate-ffprobe: use an ffmetadata file for the injected metadataStefano Sabatini
2012-09-24lavf/utils: add error check in av_read_frame()Stefano Sabatini
2012-09-23ra144: factor division outMichael Niedermayer
2012-09-23cmdutils: sort codec lists.Nicolas George
2012-09-23rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-23smoothstreamingenc: Copy the SAR on the AVStreams as wellMartin Storsjö
2012-09-23configure: disable VDA on ppc, fix buildSebastien Zwickert
2012-09-23Document why we always send a Range HTTP header.Reimar Döffinger
2012-09-23Document that the MPEG12 "fast" functions can read out of bounds.Reimar Döffinger
2012-09-23WebVTT demuxer and decoder.Clément Bœsch
2012-09-23Introducing speex RTP demuxing (RFC 5574)Dmitry Samonenko
2012-09-23Add initial support for speex RTP packetization (RFC 5574)Dmitry Samonenko
2012-09-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-23Revert "http: only send range header when necessary"Michael Niedermayer
2012-09-23lavf/find_stream_info: make sure we decode at least one frame for DTSMichael Niedermayer
2012-09-23lavf: dont open a decoder at the top of find_stream_info before probing has f...Michael Niedermayer
2012-09-23http: only send range header when necessaryDuncan Salerno
2012-09-23http: larger buffer for long URIsDuncan Salerno
2012-09-23bitmap header lookup: add code commentrogerdpack
2012-09-23wav: Fix DTS detectionMichael Niedermayer
2012-09-23lavf: document request_probe properlyMichael Niedermayer
2012-09-23lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer
2012-09-23lavfi: add asendcmd and sendcmd filtersStefano Sabatini
2012-09-23lavfi/hue: simplify/fix setting logic in set_options()Stefano Sabatini
2012-09-23ffmpeg: fix 10l (use of uninitilaized variable)Michael Niedermayer
2012-09-22ffmpeg: remove now unneeded old *_codec_name codeMichael Niedermayer
2012-09-22ffmpeg/opt_output_file: extract subtitle codec name through new APIMichael Niedermayer
2012-09-22ffmpeg: dont match unspecified media types in MATCH_PER_TYPE_OPTMichael Niedermayer
2012-09-22ffmpeg/opt_preset: update to new option API for reading codec names.Michael Niedermayer
2012-09-22ffmpeg: fix overriding codecs with the new syntaxMichael Niedermayer
2012-09-22avcodec: fix memleak in avcodec_encode_audio2()Justin Ruggles
2012-09-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-22rawdec: fix "warning: assignment from incompatible pointer type"Michael Niedermayer
2012-09-22lavfi/buffersink: fix check on pixel_fmts in the opaque parameterAndrew Wason
2012-09-22tests: update fate-ffprobe test to make use of -bitexact flagStefano Sabatini
2012-09-22ffprobe: reindent after the previous commitStefano Sabatini
2012-09-22ffprobe: add -bitexact boolean optionStefano Sabatini
2012-09-22pnmdec: use explicit casts to remove const to avoid warning with clangMichael Niedermayer
2012-09-22rtsp: fix "warning: ret may be used uninitialized in this function"Michael Niedermayer
2012-09-22rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **)Michael Niedermayer
2012-09-22flac_parser: fix fifo ptr wrap checkMichael Niedermayer
2012-09-22hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2012-09-22lavf/oggdec: check for begin-of-stream flag in case of chained streams.Clément Bœsch
2012-09-21sipr: fall back to setting mode based on bit_rate.Reimar Döffinger
2012-09-21ffmpeg: complete mov/mp4 based timebase hack with "f4v" format.Clément Bœsch
2012-09-21mxf: export ff_mxf_get_samples_per_frame to lavfMatthieu Bouron
2012-09-21lavf/movenc: add F4V flavor.Clément Bœsch