aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor/xattr] Clarify NO_SPACE message (#14970)Sergey M․2017-12-141-2/+4
* [postprocessor/ffmpeg] Convert to opus using libopus (closes #14381)Sergey M․2017-10-021-1/+1
* [utils] Use bytes-like objects in dfxp2srtYen Chi Hsuan2017-09-161-1/+1
* Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #1...Sergey M․2017-07-091-1/+1
* [postprocessor/execafterdownload] Encode command line (closes #13407)Sergey M․2017-06-171-2/+5
* [postprocessor/metadatafromtitle] Fix missing optional meta fields (closes #1...Sergey M․2017-06-171-3/+6
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2Yen Chi Hsuan2017-05-251-1/+1
* [postprocessor/metadatafromtitle] Add support regex syntax for --metadata-fro...Sergey M․2017-05-141-1/+3
* [ffmpeg] add support for chapters field postprocessingremitamine2017-05-021-3/+28
* improve coding styleRemita Amine2017-04-122-2/+2
* [postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister2017-03-161-12/+22
* [postprocessor/ffmpeg] Add mising space (closes #12232)Sergey M․2017-02-241-2/+1
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"Yen Chi Hsuan2016-10-201-1/+1
* [postprocessor/ffmpeg] PEP 8Sergey M․2016-10-161-1/+1
* [postprocessor/ffmpeg] Return correct filepath and ext in updated information...Pierre Mdawar2016-10-161-3/+3
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* Move write_xattr to utils.pyYen Chi Hsuan2016-09-301-107/+7
* [postprocessor/ffmpeg] apply FFmpegFixupM3u8PP only for videos with aac codec...Remita Amine2016-09-161-32/+31
* [metadatafromtitle] Remove unused exception classSergey M․2016-08-091-5/+0
* Make --metadata-from-title non fatalnyorain2016-08-091-1/+2
* Revert "[ffmpeg] Fix embedding subtitles (#9063)"Yen Chi Hsuan2016-07-151-4/+2
* Merge pull request #9288 from reyyed/issue#9063fixYen Chi Hsuan2016-07-091-2/+4
|\
| * [ffmpeg] Fix embedding subtitles (#9063)Wang Jun Tham2016-04-241-2/+4
* | [compat] Rename shlex_quote and remove unused subprocess_check_outputYen Chi Hsuan2016-05-101-2/+2
* | [postprocessor/ffmpeg] Simplify metadata preparation and add track related me...Sergey M․2016-05-011-17/+24
|/
* [ffmpeg] Clarify rationale for pipe(-) exclusion in _ffmpeg_filename_argumentremitamine2016-04-161-0/+1
* [ffmpeg] check for - file name in _ffmpeg_filename_argumentremitamine2016-04-161-1/+1
* [ffmpeg] try to convert tt subtitles usng dfxp2srtremitamine2016-04-011-1/+1
* [postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)Sergey M․2016-03-201-4/+21
* Merge pull request #8611 from remitamine/ffmpegfdremitamine2016-03-131-0/+13
|\
| * [ffmpeg] convert format ext to ffmpeg output formats codesremitamine2016-03-131-0/+13
* | Merge pull request #8718 from remitamine/m3u8-fixupremitamine2016-03-052-4/+17
|\ \
| * | Add fixup for media files produced by HlsNative downloader(fixes #4776)remitamine2016-03-012-4/+17
* | | [jython] Introduce compat_os_nameYen Chi Hsuan2016-03-031-2/+3
|/ /
* | [postprocessor/embedthumbnail] Allow mkv to embed thumbnailsYen Chi Hsuan2016-02-211-1/+1
|/
* [refactor] Single quotes consistencySergey M․2016-02-143-7/+7
* [FFmpegSubtitlesConvertorPP] remove unused variableJaime Marquínez Ferrándiz2016-02-061-1/+0
* [FFmpegSubtitlesConvertorPP] remove intermediate srt filesJaime Marquínez Ferrándiz2016-02-061-0/+2
* [FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)Jaime Marquínez Ferrándiz2016-02-061-1/+1
* [FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermed...Jaime Marquínez Ferrándiz2016-02-061-0/+1
* [ffmpeg] check for m3u8 protocol in FFmpegMetadataPPremitamine2016-02-051-1/+1
* [ffmpeg] fix condition(fixes #8440)remitamine2016-02-051-1/+1
* [ffmpeg] fix adding metadata when using --hls-prefer-native(#8350)remitamine2016-02-021-1/+1
* Merge pull request #8354 from remitamine/m3u8_metadataremitamine2016-02-021-0/+4
|\
| * [ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)remitamine2016-01-281-0/+4
* | [FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382)Jaime Marquínez Ferrándiz2016-01-311-5/+6
|/
* [FFmpegPostProcessor] Default of prefer ffmpegJuan M Martínez2015-12-091-1/+2
* [postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the plac...Sergey M․2015-11-061-1/+1
* [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #...Jaime Marquínez Ferrándiz2015-09-181-5/+8