| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: replace deprecated av_log_ask_for_sample with av_log | Andreas Cadhalpun | 2015-08-12 | 1 | -6/+7 |
* | ffmpeg: switch swscale option handling to AVDictionary similar to what the ot... | Michael Niedermayer | 2015-08-08 | 1 | -0/+1 |
* | ffmpeg: remove access to private FILE struct members on Windows | Hendrik Leppkes | 2015-08-04 | 1 | -4/+0 |
* | ffmpeg: avoid scanf in keyboard command parsing | Hendrik Leppkes | 2015-08-04 | 1 | -2/+10 |
* | Revert "ffmpeg: modify tty state when stderr is redirected" | Michael Niedermayer | 2015-07-30 | 1 | -1/+1 |
* | ffmpeg: modify tty state when stderr is redirected | Ganesh Ajjanagadde | 2015-07-30 | 1 | -1/+1 |
* | ffmpeg.c: remove all remaining coded_frame uses | Michael Niedermayer | 2015-07-28 | 1 | -2/+3 |
* | ffmpeg: Use side data instead of coded_frame for error[] values | Michael Niedermayer | 2015-07-28 | 1 | -3/+11 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -4/+4 |
|\ |
|
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -4/+4 |
|\| |
|
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -6/+6 |
|\| |
|
* | | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS | Michael Niedermayer | 2015-07-22 | 1 | -2/+2 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+3 |
|\| |
|
* | | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b' | Michael Niedermayer | 2015-07-21 | 1 | -3/+10 |
|\| |
|
* | | Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c' | Michael Niedermayer | 2015-07-19 | 1 | -5/+0 |
|\| |
|
* | | Merge commit '1959351aecf09fc3e90208ff775f4849801dc13f' | Michael Niedermayer | 2015-07-19 | 1 | -10/+0 |
|\| |
|
* | | Merge commit 'ab7b038906f3e40ed474676d8e3029902a2078f5' | Michael Niedermayer | 2015-07-19 | 1 | -57/+68 |
|\| |
|
* | | Merge commit '6d5d9246042acb804a652e6fedfb7afe0ca85614' | Michael Niedermayer | 2015-07-19 | 1 | -35/+0 |
|\| |
|
* | | Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82' | Michael Niedermayer | 2015-07-19 | 1 | -4/+0 |
|\| |
|
* | | ffmpeg: Fix cleanup after failed allocation of output_files | Michael Niedermayer | 2015-07-14 | 1 | -1/+4 |
* | | ffmpeg: Fix crash with ost->last_frame allocation failure | Michael Niedermayer | 2015-07-14 | 1 | -1/+1 |
* | | ffmpeg: Fix deallocating input threads with partly failed file allocation | Michael Niedermayer | 2015-07-14 | 1 | -1/+1 |
* | | ffmpeg: Fix cleanup with ost = NULL | Michael Niedermayer | 2015-07-13 | 1 | -1/+6 |
* | | ffmpeg: Use av_log to print benchmark output. | Carl Eugen Hoyos | 2015-07-09 | 1 | -3/+3 |
* | | ffmpeg: windows: respond to logoff and ctrl+break messages as well | rogerdpack | 2015-07-01 | 1 | -0/+41 |
* | | ffmpeg: only count got_output/errors in decode_error_stat | Andreas Cadhalpun | 2015-07-01 | 1 | -3/+3 |
* | | ffmpeg: exit_on_error if decoding a packet failed | Andreas Cadhalpun | 2015-07-01 | 1 | -0/+9 |
* | | Merge commit '9a5e4fbec870c7d466b7a0aec92c70778efc96b5' | Michael Niedermayer | 2015-06-27 | 1 | -9/+8 |
|\| |
|
* | | Merge commit 'b114f6d48a06a4dad6882bc83e07463905f004c4' | Michael Niedermayer | 2015-06-27 | 1 | -21/+27 |
|\| |
|
* | | ffmpeg: Use 2 instead of STDERR_FILENO | Michael Niedermayer | 2015-06-25 | 1 | -2/+3 |
* | | modify exit message when signaled | rogerdpack | 2015-06-25 | 1 | -1/+1 |
* | | ffmpeg: log error message when shutting down from too many signals | rogerdpack | 2015-06-25 | 1 | -1/+4 |
* | | ffmpeg: Do not use the data/size of a bitstream filter after failure | Michael Niedermayer | 2015-06-24 | 1 | -0/+1 |
* | | ffmpeg: Free last_frame instead of just unref | Michael Niedermayer | 2015-06-18 | 1 | -0/+2 |
* | | ffmpeg: do not print misleading recommanditions on 1pass vpx encoding | Michael Niedermayer | 2015-05-26 | 1 | -1/+10 |
* | | ffmpeg: Support copying unknown streams | Michael Niedermayer | 2015-05-21 | 1 | -0/+1 |
* | | ffmpeg: Do not copy the display matrix if rotation meta-data is manually added | Michael Niedermayer | 2015-05-18 | 1 | -1/+5 |
* | | ffmpeg: only apply last picture flush code at EOF | Michael Niedermayer | 2015-05-17 | 1 | -1/+1 |
* | | ffmpeg: Support preserving the source key frame timings | anatolschwarz | 2015-05-16 | 1 | -1/+8 |
* | | ffmpeg: Remove another unneeded ost->filter_graph check | Michael Niedermayer | 2015-05-15 | 1 | -1/+1 |
* | | ffmpeg: Print an error if avfilter_graph_queue_command() failed | Michael Niedermayer | 2015-05-15 | 1 | -0/+2 |
* | | ffmpeg: remove unneeded ost->filter check | Michael Niedermayer | 2015-05-15 | 1 | -1/+1 |
* | | Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' | Michael Niedermayer | 2015-05-02 | 1 | -0/+2 |
|\| |
|
* | | ffmpeg: remove incorrect network deinit | Michael Niedermayer | 2015-04-28 | 1 | -1/+0 |
* | | ffmpeg: Fix null pointer dereference in do_video_out() | Michael Niedermayer | 2015-04-19 | 1 | -0/+3 |
* | | Merge commit '3892bdab9b652eb003ab95e167f1765e0b0ea035' | Michael Niedermayer | 2015-04-04 | 1 | -13/+15 |
|\| |
|
* | | ffmpeg: Fix extradata allocation | Michael Niedermayer | 2015-04-04 | 1 | -4/+6 |
* | | ffmpeg: Fix indentation | Michael Niedermayer | 2015-04-03 | 1 | -66/+66 |
* | | ffmpeg: last frame duplication heuristic | Michael Niedermayer | 2015-04-03 | 1 | -5/+24 |
* | | ffmpeg: Avoid null pointer dereferences | Himangi Saraogi | 2015-04-02 | 1 | -2/+7 |