summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc/examples: remove unneeded NULL checksMichael Niedermayer2014-09-14
* MAINTAINERS: Add 2.4 to maintained releases, drop 2.3Michael Niedermayer2014-09-14
* Changelog/RELEASE_NOTES: prepare for 2.4Clément Bœsch2014-09-14
* doc/APIchanges: Update hashes and datesMichael Niedermayer2014-09-14
* doc/APIchanges: attempt to split releasesClément Bœsch2014-09-14
* doc: mention important API changes in the RELEASE_NOTESAndreas Cadhalpun2014-09-14
* ffserver: drop custom skip_spaces() implReynaldo H. Verdejo Pinochet2014-09-13
* ffserver: use correct error for stream not foundReynaldo H. Verdejo Pinochet2014-09-13
* doc: mention in APIChanges that AVProbeData must be initialized due to the ne...Andreas Cadhalpun2014-09-14
* RELEASE_NOTES: add version numbersMichael Niedermayer2014-09-14
* RELEASE_NOTES: Add next versions name (Fresnel)Michael Niedermayer2014-09-13
* avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer2014-09-13
* avformat/assenc: honor ReadOrderClément Bœsch2014-09-13
* avdevice/lavfi: dont assign variables to themselfsMichael Niedermayer2014-09-13
* Fix "passing argument 1 of av_free discards const qualifier from pointer targ...Michael Niedermayer2014-09-13
* avformat/mpegts: Improve probe heuristic by considering the overall frequency...Michael Niedermayer2014-09-13
* avcodec/mjpegdec: Fix chroma width roundingClément Bœsch2014-09-13
* avcodec/bmp_parser: delay frame end detection to the next header or EOFMichael Niedermayer2014-09-13
* avcodec/bmp_parser: simplifyMichael Niedermayer2014-09-13
* avcodec/bmp_parser: fix parsing a single bmp which has a fsize < its headerMichael Niedermayer2014-09-13
* avformat/vobsub: fix NULL dereferenceClément Bœsch2014-09-13
* avcodec/ac3en: use FF_ALLOC(Z)_ARRAY()Michael Niedermayer2014-09-13
* lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ...Andreas Cadhalpun2014-09-13
* doc: document the addition of the AVProbeData.mime_type field and it's implic...Andreas Cadhalpun2014-09-13
* configure: Fix miscompilation for i586Mikulas Patocka2014-09-12
* avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer2014-09-12
* avformat/format: Run image2 probe again when file content data is availableMichael Niedermayer2014-09-12
* avformat/img2dec: reduce bmppipe probe scoreMichael Niedermayer2014-09-12
* docs: add example around the suggested commit message formatJames Darnley2014-09-12
* configure: fix check_cmd in check_host_cppJörg Krause2014-09-11
* avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af...Rong Yan2014-09-11
* avcodec/png_parser: Return the buffered data at the endMichael Niedermayer2014-09-11
* avcodec/pngdec: print the actual number of bytes left in the error caseMichael Niedermayer2014-09-11
* avformat/img2_alias_pix: Add AVClass and image2 AVOptionsMichael Niedermayer2014-09-11
* avformat/img2_alias & brender_pix: fix function namesMichael Niedermayer2014-09-11
* avformat/img2_brender_pix: Add AVClass and image2 AVOptionsMichael Niedermayer2014-09-11
* avformat/img2: Make AVOptions available to img* demuxers defined in other filesMichael Niedermayer2014-09-11
* avformat/rmdec: very basic MLTI supportMichael Niedermayer2014-09-11
* ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph ...Michael Niedermayer2014-09-11
* Merge commit '775a0b04f0cf8102fe322b2ee03fe1a0633dea04'Michael Niedermayer2014-09-11
|\
| * doc: Fix syntax and logical errors in avconv stream combination exampleDiego Biurrun2014-09-10
* | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/twinvq: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/aacenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/ac3enc_template: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/adpcmenc: Use FF_ALLOC_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avformat/concatdec: fix "warning: explicitly assigning a variable of type int...Michael Niedermayer2014-09-10
* | avformat/mp3dec: Improve seeking frame sync codeMichael Niedermayer2014-09-10