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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-01OpenEXR decoderJimmy Christensen
2014-03-31mov: Unbreak sbtl writingMichael Niedermayer
2014-03-31mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer
2014-03-31mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer
2014-03-31isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()Michael Niedermayer
2014-03-31isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer
2014-03-28movenc: Add dvd subtitle supportJohn Stebbins
2014-03-28PAF demuxer and decoderPaul B Mahol
2014-03-27BRender PIX image decoderAleksi Nurmi
2014-03-27Alias PIX image encoder and decoderVittorio Giovara
2014-03-24mp3dec: export replaygain tags from ID3v2Anton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov
2014-03-24lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov
2014-03-24mpeg: K&R formatting cosmeticsTanja Batchelor
2014-03-23movenc: Allow override of major brand in ftyp atomJohn Stebbins
2014-03-19mxf: Lowercase UL stringsLuca Barbato
2014-03-19mxf: Verbose debug loggingLuca Barbato
2014-03-19mxf: Override faulty PreviousPartition entriesLuca Barbato
2014-03-19mxf: Add additional H264 PictureEssenceCodingLuca Barbato
2014-03-18mpegts: Forward error codes in various functionsKeiji Costantini
2014-03-18mpegts: K&R formatting cosmeticsKeiji Costantini
2014-03-17img2: add j2c file extensionJean First
2014-03-17raw, nut: Support rgba64 encodingCarl Eugen Hoyos
2014-03-17isom: fix C99-style declarationMichael Niedermayer
2014-03-16aacdec: Lower the number of frames required to detect ADTSMartin Storsjö
2014-03-16aacdec: Don't count probed ADTS frames if there are false positivesMartin Storsjö
2014-03-15isom: convert mp4 dvdsub extradata to vobsub formatwm4
2014-03-14aac: K&R formatting cosmeticsLuca Barbato
2014-03-12http: Properly initialize icy headers stringAlessandro Ghedini
2014-03-12http: Declare more parameters as const where possibleMartin Storsjö
2014-03-12http: Allow setting a Content-Type for POST requestsClément Bœsch
2014-03-12http: Improve options descriptionsAlessandro Ghedini
2014-03-12http: Always allow no-op seekAnssi Hannula
2014-03-12http: Add support for selecting a request rangeAnssi Hannula
2014-03-12http: Support setting custom User-AgentClément Bœsch
2014-03-12http: Export Content-Type informationMichael Niedermayer
2014-03-12http: Add support reading ICY metadataLuca Barbato
2014-03-12http: Refactor process_lineLuca Barbato
2014-03-12http: K&R formatting cosmeticsLuca Barbato
2014-03-12http: Drop doxy commentsLuca Barbato
2014-03-12http: Return meaningful error codesLuca Barbato
2014-03-12avformat: Report the duration analysis reachedLuca Barbato
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-03-10lavf: always use av_freeMichael Niedermayer
2014-03-10lavf: simplify ff_hevc_annexb2mp4_bufTim Walker
2014-03-10hevc: Use get_se_golomb_longLuca Barbato
2014-03-10mxfdec: Validate parameters to strftimeMartin Storsjö
2014-03-09matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker
2014-03-09matroskaenc: write private data in hvcC format for HEVC.Tim Walker
2014-03-09movenc: allow muxing HEVC in MODE_MP4.Tim Walker