42688 Commits (e62fd6619f7aa91956a1b4ccfa7b0b8d7bc4ba90)
 

Author SHA1 Message Date
Nicolas George e62fd6619f oggdec: add support for Opus codec. 13 years ago
Nicolas George bf8ce5a5c3 ffmpeg: probe buffersinks once more after EOF. 13 years ago
Michael Niedermayer 5e99df019a alacdec: several players have problems with planar audio still thus temporary put packed output back by default 13 years ago
Michael Niedermayer e2c96fbf3e ffplay: fix warning that i just mistakenly introduced 13 years ago
Michael Niedermayer cdafec69ce ffplay: fix planar audio 13 years ago
Stefano Sabatini 7e17389c1e lavd/sdl: use verb in options help message 13 years ago
Nicolas George 885fc05865 lavf: count skipped samples for initial timestamps. 13 years ago
Nicolas George cd08900393 lavc: update pkt_duration for skipped samples. 13 years ago
Nicolas George d853ed46b1 Revert "ffmpeg: set pkt_timebase" 13 years ago
Nicolas George 0e57d79b0c lavf: set pkt_timebase at the same time as stream->time_base. 13 years ago
Nicolas George 0e18ac5611 lavc: warn when impossible to adjust timestamps for skipped samples. 13 years ago
Nicolas George 11ce1cf9a7 lavc: add debug info about skipped samples. 13 years ago
Michael Niedermayer e4c00aca96 Merge remote-tracking branch 'qatar/master' 13 years ago
Stefano Sabatini a8d8e868c6 lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options are not supported 13 years ago
Stefano Sabatini e1422940f2 doc/protocols: add a note regarding the circular RX UDP buffer 13 years ago
Stefano Sabatini 6b80f75848 doc/protocols: apply misc fixes to the UDP protocol section 13 years ago
Stefano Sabatini dd13da67b2 doc/protocols: extend/clarify documentation for the buffer_size UDP option 13 years ago
Stefano Sabatini 469b9ce83f doc/protocols: document "fifo_size" and "overrun_nonfatal" UDP options 13 years ago
Michael Niedermayer 85044358f6 Merge remote-tracking branch 'qatar/master' 13 years ago
Justin Ruggles eeb55f5f2f alac: cosmetics: general pretty-printing and comment clean up 13 years ago
Justin Ruggles f3e5a7844b alac: calculate buffer size outside the loop in allocate_buffers() 13 years ago
Justin Ruggles bae83f2c74 alac: change some data types to plain int 13 years ago
Justin Ruggles 2aebac6918 alac: cosmetics: rename some variables and function names 13 years ago
Andrew D'Addesio 1b3ef155d7 alac: multi-channel decoding support 13 years ago
Justin Ruggles 81c9e2e6d0 alac: split element parsing into a separate function 13 years ago
Justin Ruggles cd632619d9 alac: support a read sample size of up to 32 13 years ago
Justin Ruggles 73dc0db486 alac: output in planar sample format 13 years ago
Justin Ruggles 6482bd8831 alac: add 32-bit decoding support 13 years ago
Andrew D'Addesio 6cda74c155 alac: simplify channel interleaving 13 years ago
Justin Ruggles 5138ff143f alac: use AVPacket fields directly in alac_decode_frame() 13 years ago
Justin Ruggles 7a206eb32f alac: fix check for valid max_samples_per_frame 13 years ago
Justin Ruggles 1193d3fedd alac: use get_sbits() to read LPC coefficients instead of casting 13 years ago
Justin Ruggles 7a50ec6799 alac: move the current samples per frame to the ALACContext 13 years ago
Justin Ruggles 46043962ea alac: avoid using a double-negative when checking if the frame is compressed 13 years ago
Justin Ruggles 9a6c528e08 alac: factor out output_size check in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles ebd4c3add1 alac: factor out loading of next decoded sample in LPC prediction 13 years ago
Justin Ruggles a4ecd41442 alac: use index into buffer_out instead of incrementing the pointer 13 years ago
Justin Ruggles f2515cd629 alac: simplify lpc coefficient adaptation 13 years ago
Justin Ruggles abc4376b31 alac: reduce the number of local variables needed in lpc prediction 13 years ago
Justin Ruggles 01880d287b alac: simplify 1st order prediction and reading of warm-up samples 13 years ago
Justin Ruggles d0c0bf0d3e alac: cosmetics: reindent after last commit 13 years ago
Justin Ruggles 79def4c523 alac: remove unneeded conditionals in predictor_decompress_fir_adapt() 13 years ago
Justin Ruggles 4bcd637dcb alac: use sizeof() instead of hardcoded data sizes 13 years ago
Justin Ruggles 91620a04f1 alac: make block_size signed 13 years ago
Justin Ruggles 2fc24b3273 alac: remove a duplicate local variable 13 years ago
Justin Ruggles 5177413d20 alac: conditionally set sign_modifier to 1 13 years ago
Justin Ruggles 7e6593e977 alac: eliminate 2 unneeded local variables in bastardized_rice_decompress() 13 years ago
Justin Ruggles 6fd8a28b59 alac: adjust conditions for updating entropy decoder history 13 years ago
Justin Ruggles a06fdadd97 alac: cosmetics: reindent after last commit 13 years ago
Justin Ruggles d9837434a9 alac: limit the rice param before passing to decode_scalar() 13 years ago