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-10-11libvpxenc: fix memleak on error pathMichael Niedermayer
2012-10-11av_tempfile: fix leak in error caseMichael Niedermayer
2012-10-11libxvid_rc: fix leaks in ff_xvid_rate_control_init()Michael Niedermayer
2012-10-11tiff: fix leak on error return in doubles2str()Michael Niedermayer
2012-10-11af_aresample: fix leak on alloc failureMichael Niedermayer
2012-10-11drawtext: fix leak with timecodesMichael Niedermayer
2012-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11doc: update the faq entry about custom I/OLuca Barbato
2012-10-11Merge commit 'eb657ecefdeb8b2ed9bfb55d3c2c9e0f568486bf'Michael Niedermayer
2012-10-11Merge commit '7cc3c4e1d4179aeabcd891090e31ee5e5bfd9692'Michael Niedermayer
2012-10-11Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'Michael Niedermayer
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-11mlpdsp: adding missing fileLuca Barbato
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-10-11sh4: add required #include, fix buildMans Rullgard
2012-10-11Revert "configure: link flite against libasound"Stefano Sabatini
2012-10-11configure: link flite against libasoundStefano Sabatini
2012-10-11pcx: convert to bytestream2 APIPaul B Mahol
2012-10-11av_opt_set_from_string: fix memleakMichael Niedermayer
2012-10-11swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer
2012-10-11ffmpeg_opt: dont fail for sameq/same_quant.Michael Niedermayer
2012-10-11ffprobe: fix use of uninitialized pointer in av_strtok()Michael Niedermayer
2012-10-11af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer
2012-10-11asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok()Michael Niedermayer
2012-10-11sha: change loop condition to be tighter.Michael Niedermayer
2012-10-11swscale-test: fix freeing of uninitialized variableMichael Niedermayer
2012-10-11fate: add vf_idet filter to lavfi regression testsMatthieu Bouron
2012-10-11vf_idet: zero pointers after freeing referencesMichael Niedermayer
2012-10-11vf_idet: fix free after useMichael Niedermayer
2012-10-11averror: make error values proper negative valuesJanne Grunau
2012-10-11build: remove references to unused EXTRAOBJS variableMans Rullgard
2012-10-11build: do not use LIB as variable nameMans Rullgard
2012-10-11build: whitespace cosmeticsMans Rullgard
2012-10-11build: remove single-use variable THIS_LIBMans Rullgard
2012-10-11Fix broken timestamps for some mp3 in avi samples.Carl Eugen Hoyos
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-10lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer
2012-10-10img2dec: detect .raw files only with a low score as img2Michael Niedermayer
2012-10-10lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer
2012-10-10fate: add h263 obmc vsynth testsJanne Grunau
2012-10-10avconv: remove bogus warning when using avconv -h without parameterJanne Grunau
2012-10-10averror: explicitly define AVERROR_* valuesJanne Grunau
2012-10-10flashsv: propagate inflateReset() errorsJanne Grunau
2012-10-10indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau
2012-10-10mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau
2012-10-10Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar
2012-10-10vc1dec: Set opposite to the correct value for 1REF field picturesMashiat Sarker Shakkhar
2012-10-10vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chromaMashiat Sarker Shakkhar
2012-10-10vc1dec: Set chroma reference field from REFFIELD for 1REF field picturesMashiat Sarker Shakkhar