8645 Commits (36ef5369ee9b336febc2c270f8718cec4476cb85)

Author SHA1 Message Date
Samuel Pitoiset b3b1751201 rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier 13 years ago
Samuel Pitoiset 6465562e13 rtmp: Support 'rtmp_app', an option which overrides the name of application 13 years ago
Dale Curtis c788782c7d mov: free memory on header parsing failure 13 years ago
Dale Curtis 4ebd422c04 mov: fix leaking memory with multiple drefs. 13 years ago
Yusuke Nakamura accea4d9d8 mov: Fix detecting there is no sync sample. 13 years ago
Luca Barbato cbf767a87c avf: has_duration does not check the global one 13 years ago
Dale Curtis 3116858853 matroska: Fix leaking memory allocated for laces. 13 years ago
Alex Converse 73b7437f1d movenc: Remove a dead initialization 13 years ago
Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 13 years ago
Luca Barbato ebbede2265 movenc: small refactor mov_write_packet 13 years ago
Luca Barbato 18b59956e0 movenc: remove redundant check 13 years ago
Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 13 years ago
Asen Lekov a559d65c07 nutdec: K&R formatting cosmetics 13 years ago
Martin Storsjö 9294f538e9 rtsp: Don't use av_malloc(0) if there are no streams 13 years ago
Martin Storsjö 62c3c8ca78 rtsp: Don't use uninitialized data if there are no streams 13 years ago
Martin Storsjö 2ce7f4d4e6 cosmetics: Fix indentation 13 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Martin Storsjö d293e3464d rtpdec_asf: Set the no_resync_search option for the chained asf demuxer 13 years ago
Martin Storsjö 75b7feaeb4 asfdec: Add an option for not searching for the packet markers 13 years ago
Joakim Plate ba24f12982 libavformat: Only require first packet to be known for audio/video streams 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Raffaele Sena 34d908c083 rtmp: implement bandwidth notification 13 years ago
Samuel Pitoiset faba4a9b88 rtmp: update supported audio codecs value 13 years ago
Anton Khirnov ddb4431208 id3v2: fix skipping extended header in id3v2.4 13 years ago
Reimar Döffinger 10b1c060f9 oggenc: fix condition when not to flush due to keyframe granule. 13 years ago
Andres Gonzalez ed3e1b485a oggenc: add pagesize option to set preferred page size 13 years ago
Diego Biurrun afd8a3957b output-example: K&R formatting cosmetics, comment spelling fixes 13 years ago
Luca Barbato 93f6d0475f avf: make the example output the proper message 13 years ago
Luca Barbato 28db30aa29 avf: fix audio writing in the output-example 13 years ago
Ronald S. Bultje 4f7c7624c0 mov: don't overwrite existing indexes. 13 years ago
Kostya Shishkov f704eb612b id3v2: add another mimetype for JPEG image 13 years ago
Ronald S. Bultje 44257ef426 asf: only set index_read if the index contained entries. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Justin Ruggles eed691f7d1 oggdec: calculate correct timestamps in Ogg/FLAC 13 years ago
Paul B Mahol 55abaa58e5 westwood_vqa: fix SND0 chunk handling 13 years ago
Paul B Mahol f0a343f399 westwood_vqa: set video stream duration 13 years ago
Jindrich Makovicka 904100e5fc make av_interleaved_write_frame() flush packets when pkt is NULL 13 years ago
Alex Converse c9024a9fd7 mpegts: Fix dead error checks 13 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Anton Khirnov 967923abd1 lavf doxy: expand AVStream.codec doxy. 13 years ago
Anton Khirnov e44ada129c lavf doxy: improve AVStream.time_base doxy. 13 years ago
Anton Khirnov f58b8cc3e3 lavf doxy: add some basic documentation about reading from the demuxer. 13 years ago
Anton Khirnov 10fa4ff7bc lavf doxy: document passing options to demuxers. 13 years ago
Anton Khirnov dca9c81d82 lavf doxy: clarify that an AVPacket contains encoded data. 13 years ago
Jindrich Makovicka 3fadb29baf mpegtsenc: allow user triggered PES packet flushing 13 years ago
Martin Storsjö 68893afe1d movenc: Merge if statements 13 years ago
Martin Storsjö d5ed5e7d0c avc: Add a function for converting mp4 style extradata to annex b 13 years ago
Martin Storsjö e20ad71ebb libavformat: Document who sets the AVStream.id field 13 years ago
Alex Converse 5023b89bba xwma: Validate channels and bits_per_coded_sample. 13 years ago
Alex Converse 86f2ae06b9 mov: Do not read past the end of the ctts_data table. 13 years ago