10188 Commits (5c3f79198c016980b8bd5e876761eb42341c3cec)

Author SHA1 Message Date
Michael Niedermayer 52ec269573 lavf: print with debug level the byte positions before and after find_stream_info 13 years ago
Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 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
Michael Niedermayer 84d74610f9 mov: zero sc->pb in mov_read_close() 13 years ago
Dale Curtis a6b3e6d0b4 mov: Fix memory leaks on aborted header parsing. 13 years ago
Michael Niedermayer ab3fcd93fd mov: zero extradata_size on deallocation of extradata. 13 years ago
Dale Curtis b5ada68ead matroska: Fix leaking memory allocated for laces. 13 years ago
Dale Curtis fd165a0b31 mov: Fix harmless OOB read. 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
Reimar Döffinger d1a58afb95 latmenc: validate extradata size. 13 years ago
Reimar Döffinger 9540476ba1 latmenc: simplify using avpriv_copy_bits. 13 years ago
Reimar Döffinger eb24def465 latmenc: Document assumptions when copying the AAC header. 13 years ago
Reimar Döffinger 0c1e9c2d6a latmenc: copy pce config from proper location. 13 years ago
Reimar Döffinger 912a838efe latmenc: fix muxing of byte-aligned DSE. 13 years ago
Michael Niedermayer 75b38674b6 lavf: compute_pkt_fields, limit the pts upcorrection to mpeg 13 years ago
Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 13 years ago
Reimar Döffinger 277f20c3c8 lavf: always call avio_flush in av_write_trailer. 13 years ago
Reimar Döffinger 8e357e8e75 latmenc: error out when packet size is too large. 13 years ago
Reimar Döffinger a736eb4a60 latmenc: Fix ALS in LATM. 13 years ago
Reimar Döffinger fa8a6385a1 latmenc: remove unused return value. 13 years ago
Reimar Döffinger e6ad943734 latmenc: remove dead code. 13 years ago
Michael Niedermayer ca4a3f4a08 oggparsevorbis: Remove code messing with cur_dts. 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
Thierry Foucu cb93946820 mpegtsenc: Add support to mux s302 stream 13 years ago
Reimar Döffinger 5012c07336 Support detecting and demuxing EIA-608 subtitles in mov. 13 years ago
Michael Niedermayer 3fb945a935 mpegpsenc: fix user specified mux rate 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
Jimmy Christensen b7ce3242f8 lavc: add a OpenEXR decoder 13 years ago
Baptiste Coudurier e636aa1a56 movdec: handle 0x7fff langcode as macintosh per the specs 13 years ago
Carl Eugen Hoyos 76c79aa28f Support yuva444p rawvideo in nut. 13 years ago
Clément Bœsch 614716f583 mov: do not print string len in handler_name. 13 years ago
Thierry Foucu c99bdd51b2 lavf: Fix the last PTS to be generated using -fflags +genpts 13 years ago
Ramiro Polla bd603494f9 asfenc: properly write index information 13 years ago
Ramiro Polla ae315a6a38 asfenc: start at object 1 instead of 0 13 years ago
Ramiro Polla bc13b74992 asfenc: remove useless casts 13 years ago
Ramiro Polla f2fad251b8 asfenc: reduce code duplication with new variable 13 years ago
Ramiro Polla 1ceff0859d asfenc: rename some variables 13 years ago
Ramiro Polla 97d36a1898 asfenc: realloc index_ptr fewer times 13 years ago