index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libhb
/
encavcodecaudio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates to 2019.
Bradley Sepos
2019-01-01
1
-1
/
+1
*
encavcodecaudio: fix AAC 5.1 encoding
John Stebbins
2018-12-27
1
-0
/
+5
*
libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec op...
sr55
2018-10-01
1
-1
/
+0
*
audio_resample: switch from avresample to swresample
John Stebbins
2018-06-27
1
-29
/
+26
*
libhb: build: README: Replace instances of Libav with FFmpeg.
Bradley Sepos
2018-05-29
1
-2
/
+2
*
FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...
Sven Gothel
2018-05-28
1
-3
/
+3
*
Misc. typos
luz.paz
2018-02-20
1
-1
/
+1
*
Update copyright dates to 2018.
Bradley Sepos
2018-01-01
1
-1
/
+1
*
silence new compiler warnings on Fedora 26
John Stebbins
2017-07-12
1
-2
/
+2
*
fix another use of deprecated libav define
John Stebbins
2017-07-06
1
-1
/
+1
*
fix use of deprecated libav defines
John Stebbins
2017-07-06
1
-2
/
+2
*
encavcodecaudio: work around lame bug
John Stebbins
2017-05-11
1
-11
/
+23
*
encavcodecaudio: set encoder time_base to 90khz
John Stebbins
2017-02-21
1
-7
/
+9
*
encavcodecaudio: fix dropping of final input packet
John Stebbins
2017-02-21
1
-1
/
+1
*
mux: shift timestamps by largest encoder delay
John Stebbins
2017-02-14
1
-4
/
+3
*
Update copyright dates to 2017.
Bradley Sepos
2017-01-01
1
-1
/
+1
*
fix memory leaks
John Stebbins
2016-12-17
1
-0
/
+1
*
encavcodecaudio: fix use of deprecated libav interfaces
John Stebbins
2016-12-17
1
-111
/
+100
*
opus: fix comment in 5.1 audio encoding fix
John Stebbins
2016-09-12
1
-1
/
+1
*
opus: fix 5.1 encoding
John Stebbins
2016-09-11
1
-0
/
+4
*
contrib: Add opus audio encoder.
John Stebbins
2016-09-02
1
-0
/
+4
*
Update copyright dates to 2016.
Bradley Sepos
2016-01-01
1
-1
/
+1
*
lame: Use libav wrapper to encode mp3lame
John Stebbins
2015-10-26
1
-0
/
+4
*
libhb: add hb_buffer_list
John Stebbins
2015-09-24
1
-21
/
+16
*
libhb: enable vbr encoding with fdk-aac and libav-aac
jstebbins
2015-05-04
1
-0
/
+7
*
libhb: Use a buffer flat to indicate EOF
jstebbins
2015-05-01
1
-3
/
+3
*
New audio output options.
Rodeo
2015-02-15
1
-0
/
+6
*
Update year to 2015.
bradleys
2015-02-01
1
-1
/
+1
*
Update some copyright dates to 2014.
Rodeo
2014-02-18
1
-1
/
+1
*
libhb: Plug some leaks and clean up the buffer pool code a little.
jstebbins
2013-10-23
1
-0
/
+1
*
libhb: add experimental avformat muxer for mkv and mp4
jstebbins
2013-06-30
1
-13
/
+9
*
Use the official libavcodec minimum output buffer size via a define (currentl...
Rodeo
2013-03-17
1
-2
/
+3
*
libhb: fix fdk-aac mono encoding
jstebbins
2013-03-16
1
-2
/
+4
*
Updated all the copyright headers to 2013.
sr55
2013-03-09
1
-1
/
+1
*
encavcodecaInit: minimize code duplication.
Rodeo
2013-03-03
1
-59
/
+72
*
Fix AAC encoding with Libav.
Rodeo
2013-03-03
1
-1
/
+1
*
Add optional fdk-aac encoder
jstebbins
2013-03-03
1
-5
/
+52
*
Audio dithering.
Rodeo
2013-02-05
1
-0
/
+10
*
FLAC: add 24-bit encoding.
Rodeo
2013-01-02
1
-7
/
+15
*
Bump libav to v9_beta3.
Rodeo
2012-12-31
1
-6
/
+7
*
Improve support for planar audio.
Rodeo
2012-11-21
1
-58
/
+94
*
encavcodecaudio: cosmetics.
Rodeo
2012-10-27
1
-3
/
+3
*
hb_ff_set_sample_fmt() improvements.
Rodeo
2012-10-17
1
-2
/
+9
*
libhb: remove unnecessary usage of hb_audio_remap.
Rodeo
2012-09-23
1
-15
/
+1
*
Move mixdown-> channel_layout/matrix_encoding translation to hb_audio_resampl...
Rodeo
2012-08-27
1
-2
/
+1
*
hb_audio_resample: move setters out of hb_audio_resample_update(), to dedicat...
Rodeo
2012-08-27
1
-3
/
+2
*
Use hb_audio_resample for downmixing AC3 sources. DRC is still applied by lib...
Rodeo
2012-08-02
1
-1
/
+2
*
libhb: Allow control of audio mix normalization
jstebbins
2012-08-01
1
-1
/
+1
*
Change a few more hb_log() calls to hb_error(), and some cosmetics.
Rodeo
2012-07-15
1
-29
/
+31
*
hb_audio_resample: libvaresample wrapper.
Rodeo
2012-07-15
1
-107
/
+76
[next]