2012-06-18 |
Martin Storsjö | rtpdec: Add a depacketizer for iLBC Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | Implement the iLBC storage file format Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | mov: Support muxing/demuxing iLBC Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | Add support for iLBC decoding/encoding via the external... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Samuel Pitoiset | rtmp: Don't send every flv packet in a separate HTTP... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | rtsp: Send mode=record instead of mode=receive Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | rtpenc: Allow requesting H264 RTP packetization mode 0 Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-18 |
Martin Storsjö | configure: Sort the library listings in the help text... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Samuel Pitoiset | RTMPT protocol support Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | http: Properly handle chunked transfer-encoding for... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | http: Fail reading if the connection has gone away Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | amr: Mark an array const Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | amr: More space cleanup Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | rtpenc: Fix memory leaks in the muxer open function Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | amr: Cosmetic cleanup Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Martin Storsjö | mov_chan: Fix operator precedence by adding parentheses Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-17 |
Jordi Ortiz | tcp: Check the listen call Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-14 |
Samuel Pitoiset | rtmp: Read and handle incoming packets while writing... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-14 |
Martin Storsjö | rtpdec: Don't require frames to start with a Mode A... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-13 |
Samuel Pitoiset | rtmp: Add a new option 'rtmp_buffer', for setting the... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-13 |
Samuel Pitoiset | rtmp: Set the client buffer time to 3s instead of 0.26s Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-13 |
Samuel Pitoiset | rtmp: Handle server bandwidth packets Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-13 |
Samuel Pitoiset | rtmp: Display a verbose message when an unknown packet... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-13 |
Martin Storsjö | rtmp: Tokenize the AMF connection parameters manually... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-12 |
Samuel Pitoiset | rtmp: Fix a possible access to invalid memory location... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-11 |
Samuel Pitoiset | rtmp: Do not send extension for flv files Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-11 |
Samuel Pitoiset | rtmp: support connection parameters Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-11 |
Samuel Pitoiset | doc: Add documentation for the newly added rtmp_* options Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-04 |
Jindřich Makovička | mpegtsenc: use avio_open_dyn_buf(), zero pointers after... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-02 |
Jindrich Makovicka | mpegtsenc: Support LATM packetization for AAC Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-02 |
Jindrich Makovicka | adtsenc: Don't expose the muxer internals to the rest... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-02 |
Jindrich Makovicka | mpegtsenc: use AVFormatContext for AAC packetization Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-02 |
Jindrich Makovicka | mpegtsenc: use AVERROR() for return codes Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-01 |
Martin Storsjö | http: Add the url_shutdown function for https, too Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-01 |
Martin Storsjö | http: Simplify code by removing a local variable Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-06-01 |
Martin Storsjö | http: Clear the old URLContext pointer when closed Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-31 |
Martin Storsjö | tcp: Try enabling SO_REUSEADDR when listening Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-31 |
Martin Storsjö | tcp: Check the return values from bind and accept Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-31 |
Oka Motofumi | avisynth: Make sure the filename passed to avisynth... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-30 |
Michael Niedermayer | fate: Fix fate-ac3-fixed-encode for pre-ssse3 x86 machines Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-30 |
Samuel Pitoiset | http: Pass the proper return code of net IO operations Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-30 |
Samuel Pitoiset | http: Add 'post_data', a new option which sets custom... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-28 |
Samuel Pitoiset | http: Add support for reusing the http socket for subsequent... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-28 |
Samuel Pitoiset | http: Add support for using persistent connections Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Martin Storsjö | rtsp: Check for dynamic payload handlers if no static... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Samuel Pitoiset | opt: Add av_opt_set_bin() Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Martin Storsjö | avconv: Display the error returned by avformat_write_header Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Martin Storsjö | rtpenc_chain: Return an error code instead of just... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Martin Storsjö | rtpenc_chain: Free the URLContext on failure Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-26 |
Martin Storsjö | rtpenc: Expose the ssrc as an avoption Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-25 |
Martin Storsjö | cosmetics: Fix indentation Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-24 |
Samuel Pitoiset | rtmp: Pass the proper return code in rtmp_handshake Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-24 |
Samuel Pitoiset | rtmp: Check return codes of net IO operations Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-23 |
Samuel Pitoiset | rtmp: Return a proper error code instead of -1 Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-23 |
Samuel Pitoiset | rtmp: Check malloc calls Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-23 |
Samuel Pitoiset | rtmp: Check ff_rtmp_packet_create calls Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-23 |
Martin Storsjö | flvdec: Make sure sample_rate is set to the updated... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-23 |
Dave Yeo | os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-22 |
Samuel Pitoiset | http: Add support for reading http POST reply headers Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-22 |
Samuel Pitoiset | http: Add http_shutdown() for ending writing of posts Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-22 |
Samuel Pitoiset | tcp: Allow signalling end of reading/writing Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-22 |
Samuel Pitoiset | avio: Add a function for signalling end of reading... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-20 |
Samuel Pitoiset | http: Factorize the code by adding http_read_header() Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-17 |
Martin Storsjö | rtmp: Don't assume path points to a string of nonzero... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-16 |
Martin Storsjö | fate: Work around non-standard wc implementations at... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-10 |
Samuel Pitoiset | rtmp: Implement check bandwidth notification.
|
commit | commitdiff | tree |
2012-05-10 |
Samuel Pitoiset | rtmp: Support 'rtmp_swfurl', an option which specifies...
|
commit | commitdiff | tree |
2012-05-10 |
Samuel Pitoiset | rtmp: Support 'rtmp_flashver', an option which overrides...
|
commit | commitdiff | tree |
2012-05-10 |
Samuel Pitoiset | rtmp: Support 'rtmp_tcurl', an option which overrides... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-08 |
Samuel Pitoiset | rtmp: Support 'rtmp_live', an option which specifies... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Add missing newlines to av_log calls Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Free old extradata before clearing the... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Reorder code blocks Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Make start_sequence a static const array Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Cleanup debug packet type counting Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Cosmetic cleanup Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Clean up comments Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Convert commented out code into setting... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Remove a useless ifdef Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Remove outdated/useless/incorrect comments Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Remove useless memory corruption checks Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Return proper error codes Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Martin Storsjö | rtpdec_h264: Check the available data length before... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-05-05 |
Ivan Kovtunov | rtpdec_h264: Add input size checks Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-27 |
Martin Storsjö | mpegts: Make sure we don't return uninitialized packets Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-23 |
Michael Niedermayer | audemux: Add a sanity check for the number of channels Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-22 |
Martin Storsjö | mpegts: Try seeking back even for nonseekable protocols Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-16 |
Samuel Pitoiset | rtmp: Support 'rtmp_playpath', an option which overrides... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-16 |
Samuel Pitoiset | rtmp: Support 'rtmp_app', an option which overrides... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-13 |
Michael Niedermayer | WMAL: Do not try to read rawpcm coefficients if bits... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-13 |
Yusuke Nakamura | mov: Fix detecting there is no sync sample. Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-11 |
Luca Barbato | movenc: small refactor mov_write_packet Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-11 |
Luca Barbato | movenc: remove redundant check Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-10 |
Sebastien Zwickert | vda: Signal 4 byte NAL headers to the decoder regardless... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-10 |
Martin Storsjö | mem: Consistently return NULL for av_malloc(0) Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-08 |
Martin Storsjö | rtsp: Don't use av_malloc(0) if there are no streams Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-08 |
Martin Storsjö | rtsp: Don't use uninitialized data if there are no... Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-08 |
Gwenole Beauchesne | vaapi: mpeg2: fix slice_vertical_position calculation. Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-08 |
Gwenole Beauchesne | hwaccel: mpeg2: decode first field, if requested. Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
2012-04-08 |
Martin Storsjö | cosmetics: Fix indentation Signed-off-by: Martin Storsjö <martin@martin.st>
|
commit | commitdiff | tree |
next |