summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scripts: Modernize Python.qarkai2017-03-042-128/+56
* contrib: Remove x265 Windows XP support.Bradley Sepos2017-03-041-1/+1
* Unbreak non-mingw cross.Wouter van Kesteren2017-03-041-1/+1
* sync: fix small video dejitter errorJohn Stebbins2017-03-031-0/+5
* MacGui: forgot an else block in the previous commitDamiano Galassi2017-03-021-1/+4
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-024-43/+63
* libav: simplify patch for corrupt raw videoJohn Stebbins2017-03-011-27/+8
* work: set orig_vrate correctlyJohn Stebbins2017-02-281-1/+3
* batch: Support --min-duration when doing batch scansJohn Stebbins2017-02-273-4/+11
* libav: gracefully handle a broken AVI indexJohn Stebbins2017-02-271-0/+42
* libav: fix rawvideo in mkv corruptionJohn Stebbins2017-02-261-0/+44
* vfr: fix invalid read/writeJohn Stebbins2017-02-261-3/+2
* Revise NEWS.markdown for 1.0.3.Bradley Sepos2017-02-251-13/+28
* Update NEWSsr552017-02-251-2/+7
* encca_aac: fix a small leakDamiano Galassi2017-02-241-0/+1
* encca_aac: use the libhb list helper functions to append buffersDamiano Galassi2017-02-241-34/+20
* encca_aac: no need to pad manually the remaining dataDamiano Galassi2017-02-241-12/+0
* encca_aac: flush all the remaining packets from encodersDamiano Galassi2017-02-241-17/+30
* audio_resample: fix mapping of mono to single channel (#593)John Stebbins2017-02-241-0/+27
* MacGui: fix a typo.Damiano Galassi2017-02-241-1/+1
* MacGui: set a sort descriptor by default in the titles selection table.Damiano Galassi2017-02-241-0/+6
* libav: fix latm aac decoder hangJohn Stebbins2017-02-231-0/+71
* libav: fix reading wmv larger than 2GJohn Stebbins2017-02-231-0/+27
* libav: fix crash when encoding aac at high bitrateJohn Stebbins2017-02-231-0/+28
* encx265: fix compiler warningJohn Stebbins2017-02-221-1/+0
* encx265: fix 2 pass encoding when framerate is wrongJohn Stebbins2017-02-221-3/+2
* MacGui: preserve the output file name if auto naming is not enabled and the s...Damiano Galassi2017-02-222-2/+13
* libav: fix mkv seek crashJohn Stebbins2017-02-211-0/+57
* dvd: add widescreen/letterbox/pan&scan/4:3 to vobsub descriptionJohn Stebbins2017-02-213-10/+55
* dvd: add widescreen vobsubs when letterbox is permittedJohn Stebbins2017-02-212-154/+228
* vfr: add cfr frame drop debugging logsJohn Stebbins2017-02-211-0/+32
* vfr: simplify and improve CFR frame dropping algoJohn Stebbins2017-02-211-158/+198
* decavcodec: drop initial_padding audio samplesJohn Stebbins2017-02-213-18/+61
* libav: extract initial_padding from mp4 edit listJohn Stebbins2017-02-211-0/+42
* libav: fix mp4 edit list delay rounding errorJohn Stebbins2017-02-211-10/+14
* encavcodecaudio: set encoder time_base to 90khzJohn Stebbins2017-02-211-7/+9
* encavcodecaudio: fix dropping of final input packetJohn Stebbins2017-02-211-1/+1
* opencl: better release of OpenCL context to avoid more leaksmaxd2017-02-202-0/+10
* opencl: fixing leaks for clBuffersmaxd2017-02-201-0/+5
* encca_aac: factory encoder delay into timestampsJohn Stebbins2017-02-201-2/+15
* libav: explicitly write encoder delay and preroll to mp4John Stebbins2017-02-202-0/+178
* libav: revise edit list offset patchJohn Stebbins2017-02-191-37/+67
* preset: fix application of anamorphic "Off"John Stebbins2017-02-191-1/+1
* sync: fix sync problem with delayed streamsJohn Stebbins2017-02-181-5/+5
* decavcodec: fix commentJohn Stebbins2017-02-181-1/+1
* Enabled "Per monitor DPI awareness"Waterflames2017-02-182-0/+14
* WinGui: Fix a logic error in 8vs10bit video encoder detection in the advanced...sr552017-02-171-1/+1
* qsv: fix init_delay referenceJohn Stebbins2017-02-151-1/+1
* muxavformat: Inform muxer of encoder delayJohn Stebbins2017-02-151-0/+2
* libav: fix mkv timestamps when initial_padding is setJohn Stebbins2017-02-151-0/+12