6255 Commits (8c55333c99ef78b6624062261625f0cfcf360d1c)

Author SHA1 Message Date
Baptiste Coudurier 22fe18c1c0 In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe 14 years ago
Aurelien Jacobs d00a351606 matroskaenc: write DisplayUnit element to better match the spec 14 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 14 years ago
Josh Allmann a59096e4a7 Add a depacketizer for QDM2 14 years ago
Martin Storsjö 5590cc78ee rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts 14 years ago
Martin Storsjö d74c6145fb rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE 14 years ago
Alex Converse 3cac899af9 Split the ADTS header decoder off of the ADTS parser. 14 years ago
Luca Barbato bf55cf19ca Report when a method gets an error status code 14 years ago
Víctor Paesa 31769dad7d Clarify the avoidance of usage of these AVStream fields. 14 years ago
Luca Barbato dc6cf61e33 Handle av_base64_decode return value 14 years ago
James Darnley 90d9d97d4d Fix ID3v1 tags in mp3 files 14 years ago
Reimar Döffinger b5bc742402 Check url_fseek results in gxf demuxer. 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
Michael Chinen 603e5c0b71 move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c 14 years ago
Michael Chinen f8280ff4c0 rename get_length to ff_get_v_length and put_v to ff_put_v 14 years ago
Baptiste Coudurier efdccce500 In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate 14 years ago
Baptiste Coudurier b015be2142 In mov muxer, write pixel aspect ratio tag in mov files. 14 years ago
Alex Converse cfde3a7e13 Cosmetics: whitespace 14 years ago
Aurelien Jacobs 5c7ceef654 improve long_name for ass (de)muxer 14 years ago
Michael Niedermayer 3124766959 Ignore extradata & w/h in asf/dvr. 14 years ago
Carl Eugen Hoyos bba66fc7be Associate .tga with format image2. 14 years ago
Måns Rullgård defb0009cf Add #ifdefs around code specific to file and pipe protocols 14 years ago
Måns Rullgård 7fddac9320 os_support: include some headers only when needed 14 years ago
Måns Rullgård 81f460a373 rtpenc: remove unnecessary #include unistd.h 14 years ago
Måns Rullgård 3f7ab648e5 file_protocol: remove redundant #include sys/time.h 14 years ago
Martin Storsjö 0fca8d24ee rtpdec_asf: Propagate errors from the chained av_open_input_stream 14 years ago
Eli Friedman 6fa197e277 Silence a warning when compiling aviobuf.c 14 years ago
Michael Karcher 03f0d17575 Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and 14 years ago
Michael Karcher 513d567152 Add id3v1.o dependency for oma demuxer 14 years ago
David Conrad 105b37859b mov: Read Flash's chpl variant 14 years ago
Eli Friedman a07a06b033 Fix warning "passing argument from incompatible pointer type". 14 years ago
Baptiste Coudurier 9d3fdf2031 Move AVStream->codec_info_nb_frames increment after try_decode_frame 14 years ago
Baptiste Coudurier ae447836af In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. 14 years ago
Michael Niedermayer 9862f9e149 Disable dshow specific bug emulation for amv files as they arent 14 years ago
Michael Niedermayer 89ac23cd40 Rename block_align variable in the avi demuxer to clearly seperate its purpose 14 years ago
Jai Menon 93eea20a79 Bump libavformat minor (as a result of r24003). 14 years ago
David Conrad 41c1ccc332 matroskadec: merge only SSA packets together 14 years ago
Aurelien Jacobs 7a617a8634 add AV_DISPOSITION_FORCED flag and use it in matroska demuxer 14 years ago
Michael Niedermayer d01144b9d3 Duplicate rounding that MS does in one of their implementations of an avi demuxer. 14 years ago
Diego Biurrun e2d17d0197 Fix doxy of flags parameter in fps_umf2avr(). 14 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 14 years ago
Diego Biurrun 8a4d7a3013 Replace incorrect @NOTE Doxygen command by @note; capitalization matters. 14 years ago
Diego Biurrun b8ab52e702 Fix Doxygen function parameter documentation syntax. 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 14 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 14 years ago
Baptiste Coudurier 29054fdd0a In mxf muxer, fix last b frame temporal offset 14 years ago
John Stebbins 380966a801 In mov demuxer, fix seeking to the beginning when file has edit lists. 14 years ago
Måns Rullgård ea59f489b0 mpegtsenc: allocate correct size for PID table 14 years ago
Andrew Wason 525fcb2798 In mov demuxer, only set sar if not already set, patch by Andrew Wason, 14 years ago