summaryrefslogtreecommitdiff
path: root/plugins/aac/aac.c
Commit message (Collapse)AuthorAge
* Revert "aac: fail adts parser if encountered many failed frames in a row"Gravatar waker2012-10-17
| | | | This reverts commit 1ab32a2802e79ae39226f25fe81150fe80858757.
* aac: fixed filehandle leakGravatar waker2012-10-16
|
* aac: don't attempt raw aac detection on mp4 filesGravatar waker2012-10-14
|
* aac: fail adts parser if encountered many failed frames in a rowGravatar waker2012-10-11
|
* aac: fixed mp4 initGravatar waker2012-09-15
|
* aac: fixed adding/playing raw aac filesGravatar waker2012-09-10
|
* aac: fixed error handlingGravatar waker2012-09-04
|
* aac: fixed chapter support and track durationGravatar waker2012-09-02
|
* aac: added more loggingGravatar waker2012-08-25
|
* aac: added chapters supportGravatar waker2012-08-24
|
* aac: code cleanup; added multi-track mp4 support; added m4b extension supportGravatar waker2012-08-21
|
* aac, alac: don't load binary cover art data as textGravatar waker2012-08-21
|
* added support for the "----" atom type to libmp4ff; added custom fields ↵Gravatar waker2012-08-21
| | | | support to aac metadata, including replaygain
* aac: more loggingGravatar waker2012-08-18
|
* aac: fixed yet another half/double duration bugGravatar waker2012-08-18
|
* aac: metadata fixesGravatar waker2012-08-03
|
* moved mp4ff folder out of aac plugin for reuseGravatar waker2012-08-01
|
* aac: fixed crash on reload metadataGravatar waker2012-05-19
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* Check for reading past end before calling mp4ff_read_sample()Gravatar Martin Panter2012-05-03
| | | | | | | | | | | | | | | Previously errors like the following would occasionally be reported at the end of an AAC file: mp4ff_read_sample: malloc failure (tried to alloc -2147483648 bytes). possible mp4ff bug or memleak! please report a bug to deadbeef developers (i'm serious). This was because the value of “sample” passed to mp4ff_audio_frame_size() caused that function to read just off the end of an array. Bug reported at https://sourceforge.net/support/tracker.php?aid=3321066 Fix inspired by https://bugs.launchpad.net/bugs/40043 “Crash (SIGSEGV) in memcpy using libfaad2”
* fixed printf in aacGravatar waker2012-03-24
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* read id3 and apev2 tags from mp4 aacGravatar waker2012-03-24
|
* fixed skipping garbage at the start of raw aac filesGravatar waker2012-03-24
|
* aac: fixed playing mp4 files with tagsGravatar waker2012-03-22
|
* aac: fixed an issue when some mp4 files had double durationGravatar waker2012-01-21
|
* aac: fixed crash when mp4 doesn't contain aac trackGravatar waker2011-12-08
|
* aac: fixed another aac duration calc bugGravatar waker2011-12-04
|
* aac: fixed seek and duration calc in mp4 aac codeGravatar waker2011-12-04
|
* aac: fixed a regression which slows down initializing some streamsGravatar waker2011-11-13
|
* aac: fixed filetype overriding bugGravatar waker2011-10-24
|
* fixed aac_read to avoid mp4ff_read_sample calls after EOFGravatar waker2011-09-29
|
* added assert for the case when mp4ff is invoked after eof is reachedGravatar waker2011-09-27
|
* aac adts parser rdb check fixGravatar waker2011-09-27
|
* few minor improvements in raw aac codeGravatar waker2011-08-22
|
* fixed reading id3/apev2 tags from raw aacGravatar waker2011-05-27
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* fixed streaming ogg and aac filetypeGravatar waker2011-05-07
|
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* fixed aac channelmapGravatar waker2011-04-17
|
* aac: fixed timescaled tracks durationGravatar waker2011-04-07
|
* fixed aac seeking regressionGravatar waker2011-03-28
|
* fixed regression in aac parser caused by transition to 64bit file offsetsGravatar waker2011-03-28
|
* fixed streaming aac crashGravatar waker2011-03-28
|
* mp4ff tagwriter (broken)Gravatar waker2011-03-26
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* fixed downsampled aac duration / seekingGravatar waker2011-03-21
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection