summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
Commit message (Expand)AuthorAgeFilesLines
* avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* avformat/framehash: enable new outputJames Almer2016-04-131-1/+1
* avformat/framehash: Add more information to the outputMichael Niedermayer2016-04-121-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+19
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-0/+16
* | lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes2016-04-031-0/+7
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()Mats Peterson2016-03-041-2/+5
* | avformat/utils: add a function to standardize creation timeMarton Balint2016-03-031-0/+8
* | lavf/utils: Add ff_get_packet_palette()Mats Peterson2016-03-021-0/+12
* | avformat/avienc: Store pal8 paletteMichael Niedermayer2016-02-191-1/+6
* | avformat: add ff_reshuffle_raw_rgb()Michael Niedermayer2016-02-181-0/+8
* | avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint2016-02-141-5/+0
* | avformat/utils: add ff_parse_creation_time_metadataMarton Balint2016-02-141-0/+11
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-101-0/+6
|\ \ | |/
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-241-0/+6
* | lavf: add internal API to append a bsf to a stream's listRodger Combs2015-12-281-0/+11
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-281-0/+17
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-111-2/+0
* | lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George2015-12-031-0/+6
* | Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-221-7/+0
|\ \ | |/
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-7/+0
* | Merge commit '8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8'Hendrik Leppkes2015-11-111-0/+12
|\ \ | |/
| * lavf: deprecate compute_pkt_fields2Anton Khirnov2015-11-091-0/+12
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | avformat: Remove use of AVFrac and AVStream->ptsMichael Niedermayer2015-08-231-0/+12
* | avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer2015-08-121-0/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
* | avformat: Add ff_configure_buffers_for_index()Michael Niedermayer2015-07-131-0/+2
* | libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer2015-05-221-0/+5
* | avformat/internal: Fix warning about struct declarationMichael Niedermayer2015-05-121-0/+3
* | avformat/internal: always check arguments of hex_dump_debug()Michael Niedermayer2015-05-071-1/+1
* | avformat/mux: Add avoid_negative_ts_use_ptsMichael Niedermayer2015-05-051-0/+2
* | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer2015-02-111-0/+42
|\ \ | |/
| * lavf: move internal fields from public to internal contextwm42015-02-101-0/+41
* | avformat/internal: fix av_interleaved_write_frame typo referenceClément Bœsch2015-02-081-1/+1
* | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer2015-01-271-0/+7
|\ \ | |/
| * lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-271-0/+7
* | Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'Michael Niedermayer2014-11-271-6/+0
|\ \ | |/
| * Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-271-6/+0
* | Merge commit '960aff379da46dcaff61504a57714d4d4e758e41'Michael Niedermayer2014-11-251-0/+1
|\ \ | |/
| * lavf: Use wchar functions for filenames on windows for mkdir/rmdir/rename/unlinkMartin Storsjö2014-11-241-0/+1
* | Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'Michael Niedermayer2014-11-251-0/+6
|\ \ | |/
| * lavf: Don't try to update files atomically with renames on windowsMartin Storsjö2014-11-241-0/+6
* | avformat: Print error message on failure of ff_rename()Michael Niedermayer2014-10-251-4/+8
* | Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer2014-10-251-0/+14
|\ \ | |/
| * lavf: replace rename() with ff_rename()Luca Barbato2014-10-241-0/+14
* | avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-241-0/+4
* | Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'Michael Niedermayer2014-10-151-1/+1
|\ \ | |/
OpenPOWER on IntegriCloud