22153 Commits (16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd)
 

Author SHA1 Message Date
Måns Rullgård 544f5a922f Optimise av_log2 with clz when available 15 years ago
Måns Rullgård 669b558330 Set HAVE_FAST_CLZ if CPU has a fast count leading zeros instruction 15 years ago
Ramiro Polla 00c081a8f0 Remove unused clip_table code. 15 years ago
Måns Rullgård 3d7453e056 configure: allow reverse auto-selection of options 15 years ago
Reimar Döffinger 29b75f0b67 Change code so it uses 2 adds instead of one FFABS. 15 years ago
Peter Ross 574b183d64 Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) 15 years ago
Peter Ross 83ab7f1883 Adobe Filmstrip muxer and demuxer 15 years ago
Ramiro Polla efc034cc0f Add const qualifier to rgb48 to YV12 functions' src. 15 years ago
Ramiro Polla a3e35e2852 Add missing parameter to rgb48 to YV12 functions. 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Andrew Wason ff5ab5c8c9 set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com 15 years ago
Baptiste Coudurier 49544546b0 do not skip mdat data if it's the last atom, avoids one seek 15 years ago
Baptiste Coudurier 08c8e66a99 restore old buffer content when seek failed in http protocol, fix issue #1631 15 years ago
Baptiste Coudurier a1f42882e1 revert wrongly commited hunk in r21205 15 years ago
Baptiste Coudurier 10061cd648 remove useless type declarations 15 years ago
Baptiste Coudurier dcc2220ab5 remove useless declarations from mpegts.h 15 years ago
Baptiste Coudurier 33931016e5 use codec rc_max_rate if set and warn if bit rate is not set 15 years ago
Baptiste Coudurier 01d6bd525a Do not split audio frames accross pes packets. 15 years ago
Luca Abeni 6f284d197c Surprisingly enough, the RTP muxer does not depend on the RTP protocol 15 years ago
Mike Scheutzow 907d916627 print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow c054f372e0 update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow 4df3bbbc68 Insert null packets to keep pcr values correct, patch by Mike Scheutzow, 15 years ago
Mike Scheutzow 49f6fd8f3f move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Mike Scheutzow 6b18a3f5ba output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com 15 years ago
Niobos 906c16a11a fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be 15 years ago
Niobos 080cabffca fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be 15 years ago
Luca Abeni fad9a42ad4 The RTP muxer does not need rtp_asf.c 15 years ago
Luca Abeni 3f60d2d327 Remove the inclusion of unneeded headers 15 years ago
Måns Rullgård fbb6c6c2d4 Define !CONFIG_FOO in config.make if feature disabled 15 years ago
Måns Rullgård 2ef21b9179 AAC: Reduce depth of vlc_spectral tables to 2 15 years ago
Måns Rullgård 95dff4aced AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() 15 years ago
Måns Rullgård 05f9d8fcaa AAC: simplify some calculations in decode_spectrum_and_dequant() 15 years ago
Måns Rullgård c816d3d042 AAC: Compress codebook tables and optimise sign bit handling 15 years ago
Ronald S. Bultje 9d50d39629 Fix issue1658 (trailing space in rtpmap descriptor). 15 years ago
Tomas Härdin 094a63f1f6 Check there is a stream before writing header. 15 years ago
Vitor Sessak ef5e7fb253 Remove needless use of log2f() 15 years ago
Vitor Sessak 1c3c129b8f Remove the struct SiprModeParam of the context. This will simplify splitting 15 years ago
Måns Rullgård f3da24c4c3 SIPR: kill variable-length arrays 15 years ago
Michael Niedermayer 0cd73b6c30 remove unused variable 15 years ago
Michael Niedermayer cc51b28299 Split cabac decoding code out of h264.c. 15 years ago
Michael Niedermayer 8e71d89a7b Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. 15 years ago
Zuxy Meng 0752cd39d2 More av_cold for infrequently called functions. 15 years ago
Michael Niedermayer e1e949026e Split cavlc out of h264.c. 15 years ago
Stefano Sabatini 08f8b51f69 Make avfilter_insert_filter() log the names of the filters between 15 years ago
Stefano Sabatini f37c934d20 Make query_formats() print an error message if an auto-inserted scale 15 years ago
Reimar Döffinger 1460c79097 Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago
Michael Niedermayer 2bedc0e854 Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just 15 years ago
Michael Niedermayer ea6f00c448 Split all the reference picture handling off h264.c. 15 years ago
Thilo Borgmann 099809d19b Reindent after last commit. 15 years ago