aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37'Michael Niedermayer2014-05-201-0/+11
|\
| * lavf: add av_stream_get_side_dataJanne Grunau2014-05-201-0/+11
* | Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c'Michael Niedermayer2014-05-191-1/+6
|\|
| * lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-191-1/+6
* | Merge commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f'Michael Niedermayer2014-05-181-0/+4
|\|
| * lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-181-0/+4
* | Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'Michael Niedermayer2014-05-151-0/+7
|\|
| * lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-0/+7
* | Merge commit 'a738540366c9b114949b7914c0d08e2c28982cfb'Michael Niedermayer2014-05-141-1/+9
|\|
| * lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-141-1/+9
* | avformat: Fix decoder search in find stream infoMichael Niedermayer2014-04-211-0/+6
* | avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer2014-04-151-1/+9
* | avformat/utils: Inject global side data into first packet.Michael Niedermayer2014-04-131-0/+5
* | lavd: add device capabilities APILukasz Marek2014-04-111-0/+23
* | libavformat/utils.c: av_pkt_dump_log2: use const pointersRoman Fietze2014-04-031-3/+3
* | Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b'Michael Niedermayer2014-03-241-0/+22
|\|
| * lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-241-0/+22
* | avformat: extracting NTP timestamp from RTCPFred Rothganger2014-03-121-1/+6
* | Documented av_dump_formatAnshul Maheshwari2014-03-111-1/+7
* | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTSMichael Niedermayer2014-03-031-0/+7
* | avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i...Michael Niedermayer2014-02-221-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-171-11/+7
|\|
| * doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-171-11/+7
* | Merge commit '4d7ab5cfebef91820af2933ef2f622ea598e6b53'Michael Niedermayer2014-02-171-0/+16
|\|
| * doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-171-0/+16
* | lavd: add list devices APILukasz Marek2014-02-161-0/+12
* | lavf: add write_uncoded_frame() API.Nicolas George2014-02-111-0/+49
* | Merge commit '394fb56c29eee7f4f8f0334d8b5d30d3c54ac703'Michael Niedermayer2014-02-101-1/+2
|\|
| * lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-101-1/+2
* | Merge commit '18c896be3d8e926ef806e7de29c4a168d7763389'Michael Niedermayer2014-02-101-32/+69
|\|
| * lavf: extend / improve the AVFormatContext doxyAnton Khirnov2014-02-101-32/+69
* | Merge commit '54f7e79d4706a8343dad1d8da51b7d3d3b2cd3b2'Michael Niedermayer2014-02-101-0/+52
|\|
| * lavf: add some basic documentation of the muxing processAnton Khirnov2014-02-101-0/+52
* | Merge commit '4c750599509c3973afbe2850953a1fb963f696e5'Michael Niedermayer2014-02-101-9/+25
|\|
| * lavf: rewrite the av_write_frame() doxyAnton Khirnov2014-02-101-9/+25
* | Merge commit 'ad7f2b69a546ec65ef6b11e1a0fd58e6bb66bc4b'Michael Niedermayer2014-02-101-18/+26
|\|
| * lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov2014-02-101-18/+26
* | Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'Michael Niedermayer2014-02-051-0/+18
|\|
| * lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-041-0/+19
* | Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'Michael Niedermayer2014-02-041-0/+8
|\|
| * lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-041-0/+7
* | avformat: use AVPROBE_SCORE_STREAM_RETRY, instead of AVPROBE_SCORE_RETRY - 1Michael Niedermayer2014-02-021-0/+2
* | lavf: add output_ts_offset option to AVFormatContextStefano Sabatini2014-02-021-0/+5
* | lavf/avformat.h: fix typosStefano Sabatini2014-02-021-2/+2
* | lavd: add avdevice_dev_to_app_control_message APILukasz Marek2014-01-271-0/+24
* | lavd: add avdevice_app_to_dev_control_message APILukasz Marek2014-01-271-0/+5
* | AVFormatContext: add metadata_header_padding fieldJames Darnley2014-01-241-0/+9
* | lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()wm42014-01-191-0/+8
* | avformat: dont run update_initial_duration() twiceMichael Niedermayer2013-12-311-0/+4
* | avformat/utils: limit rfps to values larger than fpsMichael Niedermayer2013-12-151-0/+1