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-07-05FireWire DV/HDV input device using libiec61883Georg Lippitsch
2012-07-05lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser
2012-07-05lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser
2012-07-05PAF demuxer and decoderPaul B Mahol
2012-07-05nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04mov: use forward declaration of a function instead of a table.Ronald S. Bultje
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04riff: add "YUV8" FourCCPiotr Bandurski
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04lavf/segment: rename SegmentContext.pb to list_pbStefano Sabatini
2012-07-04lavf/segment: add error log in case of invalid filename templateStefano Sabatini
2012-07-04lavf/segment: fix logic for segmenting audio-only inputsStefano Sabatini
2012-07-04lavf/segment: add more information in log message in seg_write_packet()Stefano Sabatini
2012-07-03lavf/segment: remove unused offset variableStefano Sabatini
2012-07-03lavf/segment: apply misc fixes to the private options internal documentationStefano Sabatini
2012-07-03lavf/segment: slightly simplify fail logic in seg_write_packet()Stefano Sabatini
2012-07-03lavf/segment: move list filename printing logic from segment_end() to segment...Stefano Sabatini
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03flvdec: initial stream switch supportLuca Barbato
2012-07-03jvdec: fix memleak of jv->framesPaul B Mahol
2012-07-03jvdemux: correct size for truncated packetsMichael Niedermayer
2012-07-03has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer
2012-07-03has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer
2012-07-03has_decode_delay_been_guessed: improve heuristicMichael Niedermayer
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-02asfdec: read attached pictures.Anton Khirnov
2012-07-02apetag: reindentAnton Khirnov
2012-07-02apetag: export attached covers as video streams.Anton Khirnov
2012-07-02apetag: fix the amount of data read from binary tags.Anton Khirnov
2012-07-02apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov
2012-07-02mov: read itunes cover art.Anton Khirnov
2012-07-02lavf/wtvdec: add missing { } around if.Clément Bœsch
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-07-02wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion...Peter Ross
2012-07-01mov: add workaround for incorrect 0 time point.Michael Niedermayer
2012-07-01lavf/aiffdec: handle ID3 chunkMatthieu Bouron
2012-07-01lavf/segment: rename variable "size" to "list_size"Stefano Sabatini
2012-07-01lavf/segment: pass the top level chained muxer format context to segment_end()Stefano Sabatini
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30nutdec: set duration_estimation_methodMichael Niedermayer
2012-06-30nutdec: estimate duration from last syncpointMichael Niedermayer
2012-06-30nutdec: remove assert that is wrong for some new duration code.Michael Niedermayer
2012-06-30nutdec: check that filesize is valid before using it.Michael Niedermayer
2012-06-30os_support: Add fallback definitions for stat flagsRonald S. Bultje
2012-06-30os_support: Rename the poll fallback function to ff_pollMartin Storsjö
2012-06-30network: Check for struct pollfdMartin Storsjö
2012-06-30os_support: Don't compare a negative number against socket descriptorsMartin Storsjö
2012-06-30os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje
2012-06-29RealText demuxer and decoder.Clément Bœsch