summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* FireWire DV/HDV input device using libiec61883Georg Lippitsch2012-07-051-0/+3
* lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser2012-07-051-1/+1
* lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser2012-07-051-1/+1
* PAF demuxer and decoderPaul B Mahol2012-07-054-1/+260
* nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos2012-07-051-0/+12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-042-84/+86
|\
| * mov: use forward declaration of a function instead of a table.Ronald S. Bultje2012-07-041-74/+74
| * Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* | riff: add "YUV8" FourCCPiotr Bandurski2012-07-041-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-043-4/+94
|\ \ | |/
| * misc typo and wording fixesDiego Biurrun2012-07-032-2/+2
| * flvdec: initial stream switch supportLuca Barbato2012-07-031-4/+91
* | lavf/segment: rename SegmentContext.pb to list_pbStefano Sabatini2012-07-041-9/+9
* | lavf/segment: add error log in case of invalid filename templateStefano Sabatini2012-07-031-1/+3
* | lavf/segment: fix logic for segmenting audio-only inputsStefano Sabatini2012-07-031-1/+2
* | lavf/segment: add more information in log message in seg_write_packet()Stefano Sabatini2012-07-031-2/+2
* | lavf/segment: remove unused offset variableStefano Sabatini2012-07-031-2/+0
* | lavf/segment: apply misc fixes to the private options internal documentationStefano Sabatini2012-07-031-10/+10
* | lavf/segment: slightly simplify fail logic in seg_write_packet()Stefano Sabatini2012-07-031-6/+1
* | lavf/segment: move list filename printing logic from segment_end() to segment...Stefano Sabatini2012-07-031-16/+12
* | jvdec: fix memleak of jv->framesPaul B Mahol2012-07-031-0/+10
* | jvdemux: correct size for truncated packetsMichael Niedermayer2012-07-031-1/+1
* | has_decode_delay_been_guessed: tighten up the heuristic.Michael Niedermayer2012-07-021-1/+4
* | has_decode_delay_been_guessed: skip guessing when sps.num_reorder_frames is a...Michael Niedermayer2012-07-021-0/+5
* | has_decode_delay_been_guessed: improve heuristicMichael Niedermayer2012-07-021-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-024-9/+187
|\ \ | |/
| * asfdec: read attached pictures.Anton Khirnov2012-07-021-0/+99
| * apetag: reindentAnton Khirnov2012-07-021-9/+9
| * apetag: export attached covers as video streams.Anton Khirnov2012-07-021-1/+24
| * apetag: fix the amount of data read from binary tags.Anton Khirnov2012-07-021-1/+6
| * apetag: make sure avio_get_str() doesn't read more than it should.Anton Khirnov2012-07-021-1/+1
| * mov: read itunes cover art.Anton Khirnov2012-07-021-0/+50
| * MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+1
* | lavf/wtvdec: add missing { } around if.Clément Bœsch2012-07-021-4/+4
* | wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 conversion...Peter Ross2012-07-021-12/+20
* | mov: add workaround for incorrect 0 time point.Michael Niedermayer2012-07-011-1/+2
* | lavf/aiffdec: handle ID3 chunkMatthieu Bouron2012-07-011-0/+6
* | lavf/segment: rename variable "size" to "list_size"Stefano Sabatini2012-07-011-3/+3
* | lavf/segment: pass the top level chained muxer format context to segment_end()Stefano Sabatini2012-07-011-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-302-9/+26
|\ \ | |/
| * os_support: Add fallback definitions for stat flagsRonald S. Bultje2012-06-301-0/+9
| * os_support: Rename the poll fallback function to ff_pollMartin Storsjö2012-06-302-2/+3
| * network: Check for struct pollfdMartin Storsjö2012-06-301-0/+5
| * os_support: Don't compare a negative number against socket descriptorsMartin Storsjö2012-06-301-6/+6
| * os_support: Include all the necessary headers for the win32 open functionRonald S. Bultje2012-06-301-1/+3
| * file: Only include unistd.h if it existsRonald S. Bultje2012-06-291-1/+3
| * rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-291-1/+0
* | nutdec: set duration_estimation_methodMichael Niedermayer2012-06-301-0/+2
* | nutdec: estimate duration from last syncpointMichael Niedermayer2012-06-301-0/+23
* | nutdec: remove assert that is wrong for some new duration code.Michael Niedermayer2012-06-301-1/+0
OpenPOWER on IntegriCloud