148 Commits (603e9f1a61e034bfa1cbd4e5c534bb29ead60546)

Author SHA1 Message Date
Steve Lhomme 007e5d910c codec/packtizer: rename p_fmt_in to fmt_in 3 years ago
Steve Lhomme 3bbe3ffe45 codec/packetizer: use read-only input format wherever possible 3 years ago
Alexandre Janniaux 99ac440e9e flac: use vlc_encoder_operations 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Alexandre Janniaux d66a2260f5 encoder: namespace encoder capability by category 4 years ago
Lyndon Brown 702ceefdd7 flac: silence warning 7 years ago
Lyndon Brown 07ae0d6ff3 flac: fix same loop var for inner loops 7 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme cc79f1f98f modules: use vlc_tick_from_samples() 8 years ago
Steve Lhomme 1f17997348 rename VLC_TS_INVALID to VLC_TICK_INVALID 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Francois Cartegnie 10318107ac date_t: always init to TS_INVALID 8 years ago
Steve Lhomme 04db84cd9c modules: replace use of 1000000 on time values by CLOCK_FREQ 8 years ago
Steve Lhomme 178c1a4dfe modules: fix VLC_TS_INVALID tests 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Romain Vimont b3b7f62ce1 core: replace decoder_sys_t* by void* 8 years ago
Steve Lhomme d6a4f1d32d modules: remove empty curly braces initialization 8 years ago
Kamil Rytarowski ab23a02cc9 Rename popcount to vlc_popcount 8 years ago
Thomas Guillem 91f426996c es: replace i_original_channels with i_chan_mode 9 years ago
Steve Lhomme 5dbd54ec68 decoder/packetizer: no need to set the output ES category anymore 9 years ago
Rémi Denis-Courmont 89504cd744 decoder: use "audio decoder" capability for audio decoders 9 years ago
Francois Cartegnie 83b646f1e8 codec: flac: fix heap write overflow on frame format change 9 years ago
Tristan Matthews c88a956c64 flac: use library defined constant 9 years ago
Francois Cartegnie fae3c2aa5f codec: flac: fail decoder on init failure 9 years ago
Francois Cartegnie 20b0fb285b codec: flac: fix regression on flush 9 years ago
Francois Cartegnie 47b7067076 codec: flac: flush on flush 9 years ago
Francois Cartegnie 705a3603da codec: flac: support non std channel mapping (fix #15005) 9 years ago
Francois Cartegnie 13f05f205d codec: flac: do not use directly reorder array 9 years ago
Francois Cartegnie 63e33235b0 codec: flac: change reordering to 8bit indexes 9 years ago
Francois Cartegnie 7081237e69 codec: flac: fix potential oob dereference 9 years ago
Francois Cartegnie 69f730b227 codec: flac: simplify and extend extradata parsing 9 years ago
Hugo Beauzée-Luyssen eed4f1018b Don't check unsigned variables for negativeness 9 years ago
Thomas Guillem a8b249bc6b decoder: refactor pf_decode_* callbacks 9 years ago
Filip Roséen eb8fac6b17 codec/flac: narrow scope of iteration variable 10 years ago
Thomas Guillem 75e39eac45 decoder: audio: don't update format when creating a buffer 10 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Thomas Guillem c94f68febd decoder: implement pf_flush for all decoders/packetizers 11 years ago
Jean-Paul Saman ce6db7865c codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka c736ebc053 codec: don't drop discontinue blocks 11 years ago
Ilkka Ollakka f213c43932 Revert "codec: don't drop discontinue blocks" 11 years ago
Ilkka Ollakka d0c5748146 Revert "codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY" 11 years ago
Jean-Paul Saman 48a867c768 codec: don't drop blocks marked BLOCK_FLAG_DISCONTINUITY 11 years ago
Ilkka Ollakka 5e36cb2c14 codec: don't drop discontinue blocks 11 years ago
Thomas Guillem 080f21c3be decoder: remove b_need_packetized 11 years ago
Hugo Beauzée-Luyssen 7054ccad1c flac: Force static linking 12 years ago
Tristan Matthews 033cdd9009 flac: reset decoder on end of stream (fixes #9298) 12 years ago
Hannes Domani 7459d06cca flac: check block allocation 12 years ago
Hannes Domani 52897c9020 flac: fix memory leak 12 years ago
Rémi Denis-Courmont 0ba6f6e9e3 flac: avoid overflow in conversion to signed integer 12 years ago
Rémi Denis-Courmont 91e57b1625 flac: fix undefined left shift of negative value 12 years ago