| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b' | Michael Niedermayer | 2014-03-24 | 1 | -0/+22 |
|\ |
|
| * | lavf: add an AVStream field for exporting stream-global side data | Anton Khirnov | 2014-03-24 | 1 | -0/+22 |
* | | avformat: extracting NTP timestamp from RTCP | Fred Rothganger | 2014-03-12 | 1 | -1/+6 |
* | | Documented av_dump_format | Anshul Maheshwari | 2014-03-11 | 1 | -1/+7 |
* | | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTS | Michael Niedermayer | 2014-03-03 | 1 | -0/+7 |
* | | avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i... | Michael Niedermayer | 2014-02-22 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-17 | 1 | -11/+7 |
|\| |
|
| * | doxygen: Replace @parblock syntax with manual linebreaks | Diego Biurrun | 2014-02-17 | 1 | -11/+7 |
* | | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53' | Michael Niedermayer | 2014-02-17 | 1 | -0/+16 |
|\| |
|
| * | doxygen: Add a number of missing function parameter descriptions | Diego Biurrun | 2014-02-17 | 1 | -0/+16 |
* | | lavd: add list devices API | Lukasz Marek | 2014-02-16 | 1 | -0/+12 |
* | | lavf: add write_uncoded_frame() API. | Nicolas George | 2014-02-11 | 1 | -0/+49 |
* | | Merge commit '394fb56c29eee7f4f8f0334d8b5d30d3c54ac703' | Michael Niedermayer | 2014-02-10 | 1 | -1/+2 |
|\| |
|
| * | lavf: always unref the packet passed to av_interleaved_write_frame() on error | Anton Khirnov | 2014-02-10 | 1 | -1/+2 |
* | | Merge commit '18c896be3d8e926ef806e7de29c4a168d7763389' | Michael Niedermayer | 2014-02-10 | 1 | -32/+69 |
|\| |
|
| * | lavf: extend / improve the AVFormatContext doxy | Anton Khirnov | 2014-02-10 | 1 | -32/+69 |
* | | Merge commit '54f7e79d4706a8343dad1d8da51b7d3d3b2cd3b2' | Michael Niedermayer | 2014-02-10 | 1 | -0/+52 |
|\| |
|
| * | lavf: add some basic documentation of the muxing process | Anton Khirnov | 2014-02-10 | 1 | -0/+52 |
* | | Merge commit '4c750599509c3973afbe2850953a1fb963f696e5' | Michael Niedermayer | 2014-02-10 | 1 | -9/+25 |
|\| |
|
| * | lavf: rewrite the av_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -9/+25 |
* | | Merge commit 'ad7f2b69a546ec65ef6b11e1a0fd58e6bb66bc4b' | Michael Niedermayer | 2014-02-10 | 1 | -18/+26 |
|\| |
|
| * | lavf: rewrite the av_interleaved_write_frame() doxy | Anton Khirnov | 2014-02-10 | 1 | -18/+26 |
* | | Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931' | Michael Niedermayer | 2014-02-05 | 1 | -0/+18 |
|\| |
|
| * | lavf: improve handling of sparse streams when muxing | Luca Barbato | 2014-02-04 | 1 | -0/+19 |
* | | Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74' | Michael Niedermayer | 2014-02-04 | 1 | -0/+8 |
|\| |
|
| * | lavf: ignore attachment streams for interleaving purposes | Anton Khirnov | 2014-02-04 | 1 | -0/+7 |
* | | avformat: use AVPROBE_SCORE_STREAM_RETRY, instead of AVPROBE_SCORE_RETRY - 1 | Michael Niedermayer | 2014-02-02 | 1 | -0/+2 |
* | | lavf: add output_ts_offset option to AVFormatContext | Stefano Sabatini | 2014-02-02 | 1 | -0/+5 |
* | | lavf/avformat.h: fix typos | Stefano Sabatini | 2014-02-02 | 1 | -2/+2 |
* | | lavd: add avdevice_dev_to_app_control_message API | Lukasz Marek | 2014-01-27 | 1 | -0/+24 |
* | | lavd: add avdevice_app_to_dev_control_message API | Lukasz Marek | 2014-01-27 | 1 | -0/+5 |
* | | AVFormatContext: add metadata_header_padding field | James Darnley | 2014-01-24 | 1 | -0/+9 |
* | | lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags() | wm4 | 2014-01-19 | 1 | -0/+8 |
* | | avformat: dont run update_initial_duration() twice | Michael Niedermayer | 2013-12-31 | 1 | -0/+4 |
* | | avformat/utils: limit rfps to values larger than fps | Michael Niedermayer | 2013-12-15 | 1 | -0/+1 |
* | | Merge commit '8b64c2ba0382892cad9e1a5ba601696d4cbb4d04' | Michael Niedermayer | 2013-10-29 | 1 | -1/+5 |
|\| |
|
| * | lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv | Anton Khirnov | 2013-10-29 | 1 | -0/+5 |
| * | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-28 | 1 | -8/+0 |
* | | avformat: add support to force specific AVCodecs | Michael Niedermayer | 2013-10-02 | 1 | -0/+30 |
* | | Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1' | Michael Niedermayer | 2013-09-17 | 1 | -0/+1 |
|\| |
|
| * | lavf: Add a flag to enable/disable per-packet flushing | Luca Barbato | 2013-09-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-05 | 1 | -0/+11 |
|\| |
|
| * | matroskaenc: Allow chapters to be written in trailer | John Stebbins | 2013-09-04 | 1 | -0/+11 |
* | | avformat: export probe score | Michael Niedermayer | 2013-08-28 | 1 | -1/+20 |
* | | Merge commit '64af59bc4916fac5578b31c89da13c30b591bddf' | Michael Niedermayer | 2013-08-21 | 1 | -3/+3 |
|\| |
|
| * | avformat: Fix references to removed av_close_input_file in Doxygen | Diego Biurrun | 2013-08-20 | 1 | -3/+3 |
* | | Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54. | Alexis Ballier | 2013-08-13 | 1 | -6/+0 |
* | | documented that av_codec_close is required to call | Anshul Maheshwari | 2013-07-24 | 1 | -0/+3 |
* | | avformat/AVFormatContext: Move fields down to match the fork | Michael Niedermayer | 2013-07-09 | 1 | -23/+23 |
* | | lavf: add AV_DISPOSITION flags for WebVTT text track kinds | Matthew Heaney | 2013-06-25 | 1 | -0/+7 |