6356 Commits (ec973f45a3afd82fd53313b0b570645c03b2b178)

Author SHA1 Message Date
Martin Storsjö f72dad4142 Move the mov muxer structures to a separate header 15 years ago
Martin Storsjö 796ac2335d Add a flag for enabling RTP hinting 15 years ago
Martin Storsjö 0341b6994a Make ff_sdp_write_media a lavf-internal function 15 years ago
Francesco Lavra 698f4cc7f0 Validate AVCodecTag vs CodecID. 15 years ago
Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
Janne Grunau b74f67eb17 In ts demuxer, output pes packet as soon as they are complete. 15 years ago
Baptiste Coudurier 1095d44258 set avg frame rate in mkv demuxer 15 years ago
Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
Baptiste Coudurier 58edb075f0 Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. 15 years ago
Sebastian Vater 299ac811ba Reindent after r23112. 15 years ago
Sebastian Vater 65d213ec86 Move handling of paletted data to the IFF demuxer. This allows future 15 years ago
Stefano Sabatini 7693b93e5c Doxygen av_codec_get_id() and av_codec_get_tag(). 15 years ago
Francesco Lavra f10d3d343e Add FourCC MJPG for CODEC_ID_JPEGLS. 15 years ago
Stefano Sabatini b43f432c8c Add support to the Y411 codec tag, corresponding to the rawvideo pixel 15 years ago
Stefano Sabatini 8e89cd1fee Make the nut demuxer issue a more meaningful error message if it 15 years ago
Sebastian Vater 0613ece542 Replace usage of s->streams[0]->* with st->*, which is shorter. 15 years ago
Michael Niedermayer cb0061d453 Favor chunk size over hitting the correct position after reading the chunk size in asf. 15 years ago
Sebastian Vater 8af7dbce61 Parse IFF metadata. 15 years ago
David Conrad ddb630177a movenc: Write QuickTime chapters 15 years ago
David Conrad 1b206f62ea movenc: Swap positions of mov_write_header and mov_write_packet 15 years ago
David Conrad 1cf9f6ed4f mov: Read nero chapters 15 years ago
Thierry Foucu e1954bb5ca Do not use pkt->size when it is potentially uninitialized. 15 years ago
Reimar Döffinger c99d506b3b Fix off-by-one errors in description of score_max argument for 15 years ago
Reimar Döffinger 8e2ee182fa Export av_probe_input_format2. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Anssi Hannula 337104ac1f Fix FourCC when remuxing VP6F, regression introduced in r22941. 15 years ago
Sebastian Vater 4f5e6ef16e Reindent after rr22977. 15 years ago
Sebastian Vater 46dcabf82b Make the IFF demuxer a little more standards-compliant, e.g. respect the size 15 years ago
Stefano Sabatini ec6791736c Make file_open() return the error code set in errno if open() fails, 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Baptiste Coudurier 0403c2e3e4 Disable LATM AAC in mpegts, this is not supported and produce too many 15 years ago
Jai Menon 037e9afd37 Fix off-by-1 error in the tag parsing code. 15 years ago
Tomas Härdin 951776c478 Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". 15 years ago
Christian Schmidt 03cb8458ce Support VP6F in Matroska. 15 years ago
Stefano Sabatini 9d30e0682a Do not initialize res in url_fseek(), in the case !s->seek directly 15 years ago
Vitor Sessak 10fa22ccfb Fix MTV decoding on big-endian systems 15 years ago
David Conrad 7221579b0c mov: Read QuickTime chapters 15 years ago
David Conrad dc75e4e3b3 movenc: Write nero chapters 15 years ago
Baptiste Coudurier f7501a71a1 seems aac gets screwed up by the parser so disable it 15 years ago
Baptiste Coudurier dc1c26dc8e parse stream headers for audio streams in mkv, needed for frame size 15 years ago
Sebastian Vater e595346486 Reindent / reformat some code with broken indenting. 15 years ago
Sebastian Vater bf29cbc2cc Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun e1ae1642cb Add missing internal.h #include for brktimegm(), fixes the warning: 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Baptiste Coudurier 2293a2e67f Set AVFMT_NOTIMESTAMPS flag for mp3 muxer 15 years ago
Luca Barbato 9094d867aa Make rtp protocol obey rfc3550 15 years ago
Howard Chu fc8fa007fb Implement librtmp seek support. 15 years ago
Stefano Sabatini d79fc8403b Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. 15 years ago