summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer2014-03-021-0/+2
* avformat/aviobuf: optimize sequential backward seekingMichael Niedermayer2014-03-011-1/+12
* avformat/aviobuf: factorize buffer_size outMichael Niedermayer2014-03-011-2/+4
* HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M2014-03-011-2/+2
* avformat/ac3dec: Use avpriv_ac3_parse_header2()Michael Niedermayer2014-03-011-8/+9
* lavf/ftp: fix seek to nagative positionLukasz Marek2014-02-281-3/+5
* lavf/libssh: fix seek to nagative positionLukasz Marek2014-02-281-0/+5
* Fix http authentication.Carl Eugen Hoyos2014-02-271-1/+1
* avformat/mov: simplify code setting needs_parsingMichael Niedermayer2014-02-271-4/+0
* avformat/sdr2: h264 stream needs parsingPaul B Mahol2014-02-261-0/+1
* Read bits_per_coded_sample from V_MS/VFW/FOURCC mkv files.Carl Eugen Hoyos2014-02-261-0/+4
* avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer2014-02-241-1/+5
* oggdec: validate VP8 keyframesJames Almer2014-02-241-2/+10
* Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos2014-02-231-0/+4
* Support MPEG-2 video mov files with sample description mp2v.Carl Eugen Hoyos2014-02-231-0/+1
* avformat/movenc: shift positive timestamps to 0 if edit lists cannot be usedMichael Niedermayer2014-02-221-1/+1
* avformat/mux: support shifting timestamps so they start at 0Michael Niedermayer2014-02-222-2/+2
* avformat/nut: add bayer colorspacesPeter Ross2014-02-221-0/+13
* avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames i...Michael Niedermayer2014-02-222-4/+53
* avformat/utils: reset pts_buffer in estimate_timings_from_pts()Michael Niedermayer2014-02-221-0/+4
* avformat/utils: factorize h264/hevc checks out in compute_pkt_fields()Michael Niedermayer2014-02-221-4/+4
* SDR2 demuxerPaul B Mahol2014-02-223-0/+122
* Do not warn about missing start time for unknown streams.Carl Eugen Hoyos2014-02-211-1/+3
* Only complain about missing frame rate for video streams.Carl Eugen Hoyos2014-02-211-0/+1
* avformat/movenc: assert that get_cluster_duration() value is validMichael Niedermayer2014-02-211-1/+6
* avformat/movenc: check that the input timestamps are within the range that ca...Michael Niedermayer2014-02-211-0/+11
* avformat/mov: make invalid sampledelta error more verboseMichael Niedermayer2014-02-201-1/+2
* lavf/mux: check av_dup_packet() return value.Nicolas George2014-02-201-1/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-201-2/+2
|\
| * libavformat/mpegts: expose raw packet sizeLeandro Dorileo2014-02-191-0/+2
* | avformat/utils: av_guess_frame_rate() favor avg_frame_rate if r_frame_rate ha...Michael Niedermayer2014-02-191-2/+8
* | avformat/movenc: simplify code, decrease difference to libavMichael Niedermayer2014-02-191-8/+7
* | Merge commit '1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66'Michael Niedermayer2014-02-191-1/+1
|\ \ | |/
| * movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* | avformat/bink: Check return value of av_add_index_entry()Michael Niedermayer2014-02-171-2/+4
* | 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-172-0/+22
|\ \ | |/
| * doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-172-0/+22
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2014-02-171-0/+12
|\ \
| * | lavd: add list devices APILukasz Marek2014-02-162-2/+14
* | | Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer2014-02-171-0/+1
|\ \ \ | | |/ | |/|
| * | Move all example programs to doc/examplesDiego Biurrun2014-02-162-58/+0
* | | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-163-12/+40
| |/ |/|
* | avformat/mov: fix avg_frame_rate calculationMichael Niedermayer2014-02-161-1/+1
* | oggdec/vorbis: fix stream duration conditionHendrik Leppkes2014-02-161-1/+1
* | avformat/utils: skip the MPEG-2 style dts/pts code for HEVCMichael Niedermayer2014-02-141-2/+4
* | Merge commit '8a2250344b19a343d830a902dbcf4c0b929ea49b'Michael Niedermayer2014-02-141-6/+11
|\ \ | |/
| * jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* | avformat/mpegts: DVB subtitles multiple languages supportmrlika2014-02-142-24/+62
OpenPOWER on IntegriCloud