22933 Commits (dd80be5bfcc4135906cf9aff516c82c6efca18bd)
 

Author SHA1 Message Date
Michael Niedermayer 90a5849efd Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. 15 years ago
Michael Niedermayer 077a8d61c0 fix issue 1747 15 years ago
Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
Thilo Borgmann dc9e57a878 Fix sizeof()-statement to use the actual pointer type. 15 years ago
Thilo Borgmann cd09284924 Fix wrong buffer allocation for MCC in ALS. 15 years ago
Måns Rullgård 43cfefafbf Use stripped executable in regression tests 15 years ago
Måns Rullgård 4f83739855 configure: allow setting strip tool with --strip 15 years ago
Alex Converse fd10543ef2 get_bits: Fix spelling and grammar in GET_VLC() comment. 15 years ago
Måns Rullgård 1e2245c29b 10l: remove stray '(' I don't know where it came from 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård e6a0c3540d PPC and x86 support aligning variables on stack 15 years ago
Måns Rullgård d96cd42969 Add LOCAL_ALIGNED() macro for declaring aligned local arrays 15 years ago
Måns Rullgård 2480c390bd Simplify some declarations of aligned arrays 15 years ago
Martin Storsjö dfd017bf0a Add functions to send RTSP commands with content attached to them. This will 15 years ago
Michael Niedermayer 69a28f3e2b Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs 15 years ago
Michael Niedermayer 69cc31832f Move check for and call of predict_field_decoding_flag() from the mb code to 15 years ago
Michael Niedermayer 59f733d1b1 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. 15 years ago
Ronald S. Bultje fc78b0cb7e Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Stefano Sabatini fe74099aee Rename the "enc" variable, which refers to the AVCodecContext of a 15 years ago
Stefano Sabatini f47a7cb777 Move read_line() and write_line() definition from pixdesc.h to 15 years ago
Ronald S. Bultje a636b58ce1 Fix two problems (no idea how this ever worked): 15 years ago
Ronald S. Bultje 4abd85141c Revert r21851. 15 years ago
Ronald S. Bultje 298d2fd304 Don't return 0 if buffer setup failed. That signals the RTSP demuxer that 15 years ago
Anton Khirnov ed7694d8cf Set lavf identification string globally in av_write_header(), rather 15 years ago
Thilo Borgmann 114315994b Limit the Rice parameter used for progressive decoding in ALS. 15 years ago
James Darnley 85207e38dc Add lsp.o as a dependency for wmavoice. This fixes a compilation error when 15 years ago
Peter Ross 899605f150 Support IFF ANNO (annotation) chunk type 15 years ago
Peter Ross cbba8fec23 Support <8-bit ILBM uncompressed bitmaps 15 years ago
Michael Niedermayer 37a9719a97 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() 15 years ago
Michael Niedermayer 5806e8cd1f Drop a few redundant slice_num checks. 15 years ago
Michael Niedermayer 053074276b Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its 15 years ago
Michael Niedermayer c1bb66ac19 Split setting neighboring MBs from fill_decode_caches() 15 years ago
Anton Khirnov 83a6c1a69c Strings in extended content header are UTF16, 15 years ago
Anton Khirnov 4a3104a96a workaround for broken files created by previous versions of asfenc. 15 years ago
Michael Niedermayer cf55f59d5e Simplify decode_cabac_mb_intra4x4_pred_mode(). 15 years ago
Michael Niedermayer f4060611e9 Merge decode_cabac_mb_type_b() into calling code. 15 years ago
Maxim Poliakovski 6713b6b120 Remove outdated comment. 15 years ago
Stefan Gehrer 35122bd93e add heuristic to discern the old sample clips from streams encoded 15 years ago
Stefan Gehrer 026b9d3c5a avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar 15 years ago
Alex Converse 8958445898 AAC: Mark che_configure() as av_cold. 15 years ago
Alex Converse ff98c17cba AAC: Mark functions that are only called when the output configuration is not locked as av_cold. 15 years ago
Peter Ross 005caa3486 IFF bitmap n-bit color support 15 years ago
Michael Niedermayer 24006f59cb 10l ;; gcc 2.95 compilation fix by mike 15 years ago
Michael Niedermayer cbfcde9f52 10l use pack16to32(), should fix big endian h264 failures. 15 years ago
Michael Niedermayer 64dd1b0a1d Merge the single line function decode_cabac_mb_transform_size() 15 years ago
Michael Niedermayer 8b38d10761 indent 15 years ago
Michael Niedermayer f4b8b82514 Merge decode_cabac_mb_dqp() with surronding code. 15 years ago
Michael Niedermayer 94cb599443 Drop if(0) code. 15 years ago
Reimar Döffinger 4130f7393b Reindent 15 years ago