22189 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)
 

Author SHA1 Message Date
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
Thilo Borgmann ff9ea0b7cc Replace variable length array with an allocated buffer 15 years ago
Michael Niedermayer 889fce8e30 Split (picture|seq) parameter set decoding out of h264.c. 15 years ago
David Conrad 28b2866f45 /nop is illegal with Apple's older version of gas, this was fixed elsewhere 15 years ago
Michael Niedermayer 9c09546352 Split SEI code off h264.c. 15 years ago
Ronald S. Bultje 2edabfdfdb Reindent after r21166. 15 years ago
Tomas Härdin 08f7a8ac32 Use chunked encoding for HTTP uploads. Patch by Tomas Härdin 15 years ago
Michael Niedermayer 943f69a6ea Split direct mode (macro)block decoding off h264.c. 15 years ago
Michael Niedermayer 9514a0841a Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). 15 years ago
Martin Storsjö 51a269cd97 Make sure the destination address is written as an IP address in the SDP 15 years ago
Zuxy Meng a7494872d5 Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer 15 years ago
Sergiy 56e29bf2c9 Correct timestamps inside FLV data received by RTMP. 15 years ago
Art Clarke e2ee11e868 Use old-style RTMP handshake for old servers. 15 years ago
Michael Niedermayer 082cf97106 Split h264 loop filter off h264.c. 15 years ago
Michael Niedermayer 419276c50d Move svq3.o to the correct spot. 15 years ago