150 Commits (96cba1c5524eb0cc1395aa7586e4c3b25092a7ec)

Author SHA1 Message Date
James Almer d950279cbf avcodec/ttadsp: cosmetics 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Michael Niedermayer 46f3015f35 avcodec/tta: Un-break build without threads 9 years ago
Ganesh Ajjanagadde 2cbaa078d1 avcodec: use HAVE_THREADS header guards to silence -Wunused-function 9 years ago
Michael Niedermayer f1593e4ca5 avcodec/tta: Check init_get_bits8() for failure 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer b9792afad1 avcodec/tta: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 925bd174f2 avcodec/tta: fix macro () 11 years ago
Michael Niedermayer bb0d9aedcb avcodec/tta: use av_malloc(z)_array() 11 years ago
James Almer 429f742a61 tta: split off hybrid filter processing as ttadsp 11 years ago
Anton Khirnov 23a211cbba lavc: change all decoders to behave consistently with AV_EF_CRCCHECK. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 22458ccbcc avcodec/tta: use init_get_bits8() 11 years ago
Paul B Mahol ff0bdf9375 lavc: copy AVCodecContext for threads 12 years ago
Paul B Mahol 61d900fd0d lavc: add ONLY_IF_THREADS_ENABLED where it is missing 12 years ago
Paul B Mahol 495db0e3b0 ttadec: frame multi-threading support 12 years ago
Paul B Mahol 0f740fea85 tta: use interger instead of pointer to iterate output samples for 24-bit case 12 years ago
Paul B Mahol e2f89f7804 tta: move GetBitContext out of private context 12 years ago
Paul B Mahol 2e67dde954 tta: move code that will be shared with encoder to separate file 12 years ago
Paul B Mahol 58b36959dd tta: use get_unary() 12 years ago
Paul B Mahol 710940bec1 tta: stop checking header checksum in extradata 12 years ago
Paul B Mahol c4e0e31424 tta: remove pointless code 12 years ago
Paul B Mahol 7469be099e lavc/tta: use init_get_bits8() 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun 12e25ed284 avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() 12 years ago
Diego Biurrun 63d744e2be av_log_missing_feature() ---> avpriv_report_missing_feature() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
James Almer 2e988fd689 lavc/tta: Use a safer check for encrypted streams 12 years ago
Justin Ruggles ad2104ba44 tta: decode directly to the user-provided AVFrame 12 years ago
James Almer 0957041221 lavc/tta: Add support for encrypted streams 12 years ago
Paul B Mahol 056664ff25 lavc/tta: remove nonsense s->avctx indirection, use avctx directly 12 years ago
Justin Ruggles 5778299c7e ttadec: fix last frame handling when seeking 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol 4ebf305951 lavc/tta: do not overwrite bits_per_coded_sample 12 years ago
Paul B Mahol 1ade37ae9c lavc/tta: use meaningful error codes 12 years ago
Diego Biurrun 717addecad Use proper return values in case of missing features 12 years ago
Paul B Mahol 01c9ffa913 tta: let samples declaration match cast 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Aneesh Dogra 46ea46357a tta: Fix comment about channel number; TTA supports >2 channels. 13 years ago
Ronald S. Bultje ac80b812cd tta: prevents overflows for 32bit integers in header. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 936951ca5c tm2dec: check total_frames and extradata_size. 13 years ago
Paul B Mahol 15e07348fe ttadec: refactor ttafilter_process() 13 years ago
Paul B Mahol ea1d64ab10 ttadec: unbreak playback of matroska files 13 years ago
Paul B Mahol e04ca1d4ce ttadec: cosmetics: reindent 13 years ago
Justin Ruggles f2a4559c77 ttadec: use branchless unsigned-to-signed unfolding 13 years ago
Paul B Mahol 323b9da969 ttadec: remove dead code 13 years ago
Paul B Mahol 2af3dc8698 ttadec: CRC checking 13 years ago